#8E6640

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

Shades of McKenzie #8E6640

Tints of McKenzie #8E6640

Color information

#8E6640 (or 0x8E6640) is unknown color: approx McKenzie. HEX triplet: 8E, 66 and 40. RGB value is (142,102,64). Sum of RGB (Red+Green+Blue) = 142+102+64=308 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.10% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6640 is #7199BF. Grayscale: #6D6D6D. Windows color (decimal): -7444928 or 4220558. OLE color: 4220558.

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

Color convert

RGB14210264-
CMYK00.280.550.44
HSL29.23º37.86%40.39%-
HSV(B)29.23º54.93%55.69%-
XYZ16.8315.626.98-
YUV109.63102.25151.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.10%
GREEN value IS 102 (40.23% from 255) = 33.12%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=46.10%
G=33.12%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421026400.280.550.4429.2337.8640.39
Hex8E664001C372C1d2628
Octal2161461000346754354650
Binary100011101100110100000001110011011110110011101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,102,64); }

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

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

 a { background-color: rgb(142,102,64); }

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

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

 span { border-color: rgb(142,102,64); }

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