#8E6C46

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

Shades of McKenzie #8E6C46

Tints of McKenzie #8E6C46

Color information

#8E6C46 (or 0x8E6C46) is unknown color: approx McKenzie. HEX triplet: 8E, 6C and 46. RGB value is (142,108,70). Sum of RGB (Red+Green+Blue) = 142+108+70=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6C46 is #7193B9. Grayscale: #727272. Windows color (decimal): -7443386 or 4615310. OLE color: 4615310.

HSL color Cylindrical-coordinate representation of color #8E6C46: hue angle of 31.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E6C46 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB14210870-
CMYK00.240.510.44
HSL31.67º33.96%41.57%-
HSV(B)31.67º50.7%55.69%-
XYZ17.6216.928.13-
YUV113.83103.26148.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.38%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=44.38%
G=33.75%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421087000.240.510.4431.6733.9641.57
Hex8E6C46018332C20222a
Octal2161541060306354404252
Binary1000111011011001000110011000110011101100100000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,70); }

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

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

 a { background-color: rgb(142,108,70); }

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

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

 span { border-color: rgb(142,108,70); }

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