#8E6F3D

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

Shades of McKenzie #8E6F3D

Tints of McKenzie #8E6F3D

Color information

#8E6F3D (or 0x8E6F3D) is unknown color: approx McKenzie. HEX triplet: 8E, 6F and 3D. RGB value is (142,111,61). Sum of RGB (Red+Green+Blue) = 142+111+61=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6F3D is #7190C2. Grayscale: #727272. Windows color (decimal): -7442627 or 4026254. OLE color: 4026254.

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

Color convert

RGB14211161-
CMYK00.220.570.44
HSL37.04º39.9%39.8%-
HSV(B)37.04º57.04%55.69%-
XYZ17.6817.466.85-
YUV114.5797.77147.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=45.22%
G=35.35%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421116100.220.570.4437.0439.939.8
Hex8E6F3D016392C252828
Octal216157750267154455050
Binary100011101101111111101010110111001101100100101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,61); }

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

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

 a { background-color: rgb(142,111,61); }

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

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

 span { border-color: rgb(142,111,61); }

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