#8E6439

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

Shades of McKenzie #8E6439

Tints of McKenzie #8E6439

Color information

#8E6439 (or 0x8E6439) is unknown color: approx McKenzie. HEX triplet: 8E, 64 and 39. RGB value is (142,100,57). Sum of RGB (Red+Green+Blue) = 142+100+57=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6439 is #719BC6. Grayscale: #6B6B6B. Windows color (decimal): -7445447 or 3761294. OLE color: 3761294.

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

Color convert

RGB14210057-
CMYK00.300.600.44
HSL30.35º42.71%39.02%-
HSV(B)30.35º59.86%55.69%-
XYZ16.4515.165.93-
YUV107.6699.41152.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.49%
GREEN value IS 100 (39.45% from 255) = 33.44%
BLUE value IS 57 (22.66% from 255) = 19.06%
R=47.49%
G=33.44%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421005700.300.600.4430.3542.7139.02
Hex8E643901E3C2C1e2b27
Octal216144710367454365347
Binary10001110110010011100101111011110010110011110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,100,57); }

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

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

 a { background-color: rgb(142,100,57); }

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

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

 span { border-color: rgb(142,100,57); }

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