#8D6338

Color #8D6338 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #8D6338

Tints of McKenzie #8D6338

Color information

#8D6338 (or 0x8D6338) is unknown color: approx McKenzie. HEX triplet: 8D, 63 and 38. RGB value is (141,99,56). Sum of RGB (Red+Green+Blue) = 141+99+56=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 56 (22.27% from 255 or 18.92% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6338 is #729CC7. Grayscale: #6A6A6A. Windows color (decimal): -7511240 or 3695501. OLE color: 3695501.

HSL color Cylindrical-coordinate representation of color #8D6338: hue angle of 30.35º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D6338 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1419956-
CMYK00.300.600.45
HSL30.35º43.15%38.63%-
HSV(B)30.35º60.28%55.29%-
XYZ16.1614.875.76-
YUV106.6699.41152.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 47.64%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 56 (22.27% from 255) = 18.92%
R=47.64%
G=33.45%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141995600.300.600.4530.3543.1538.63
Hex8D633801E3C2D1e2b27
Octal215143700367455365347
Binary10001101110001111100001111011110010110111110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6338; }

 p { color: rgb(141,99,56); }

 H1.HeaderClassName
 {
   color: #8D6338;
 }
 .AnyTagClassName
 {
   color: #8D6338;
 }
</style>
background-color css

<style>
 a { background-color: #8D6338; }

 a { background-color: rgb(141,99,56); }

 div.DivClassName
 {
   background-color: #8D6338;
 }
 .BgClassName
 {
   background-color: #8D6338;
 }
</style>
border-color css

<style>
 span { border-color: #8D6338; }

 span { border-color: rgb(141,99,56); }

 td.TdClassName
 {
   border-color: #8D6338;
 }
 .TagClassName
 {
   border-color: #8D6338;
 }
</style>