#8E6E3C

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

Shades of McKenzie #8E6E3C

Tints of McKenzie #8E6E3C

Color information

#8E6E3C (or 0x8E6E3C) is unknown color: approx McKenzie. HEX triplet: 8E, 6E and 3C. RGB value is (142,110,60). Sum of RGB (Red+Green+Blue) = 142+110+60=312 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.51% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E3C is #7191C3. Grayscale: #727272. Windows color (decimal): -7442884 or 3960462. OLE color: 3960462.

HSL color Cylindrical-coordinate representation of color #8E6E3C: hue angle of 36.59º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E6E3C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB14211060-
CMYK00.230.580.44
HSL36.59º40.59%39.61%-
HSV(B)36.59º57.75%55.69%-
XYZ17.5517.236.68-
YUV113.8797.6148.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.51%
GREEN value IS 110 (43.36% from 255) = 35.26%
BLUE value IS 60 (23.83% from 255) = 19.23%
R=45.51%
G=35.26%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421106000.230.580.4436.5940.5939.61
Hex8E6E3C0173A2C252928
Octal216156740277254455150
Binary100011101101110111100010111111010101100100101101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,110,60); }

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

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

 a { background-color: rgb(142,110,60); }

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

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

 span { border-color: rgb(142,110,60); }

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