#8E6A41

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

Shades of McKenzie #8E6A41

Tints of McKenzie #8E6A41

Color information

#8E6A41 (or 0x8E6A41) is unknown color: approx McKenzie. HEX triplet: 8E, 6A and 41. RGB value is (142,106,65). Sum of RGB (Red+Green+Blue) = 142+106+65=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A41 is #7195BE. Grayscale: #707070. Windows color (decimal): -7443903 or 4287118. OLE color: 4287118.

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

Color convert

RGB14210665-
CMYK00.250.540.44
HSL31.95º37.2%40.59%-
HSV(B)31.95º54.23%55.69%-
XYZ17.2616.447.26-
YUV112.09101.43149.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=45.37%
G=33.87%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421066500.250.540.4431.9537.240.59
Hex8E6A41019362C202529
Octal2161521010316654404551
Binary1000111011010101000001011001110110101100100000100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,106,65); }

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

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

 a { background-color: rgb(142,106,65); }

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

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

 span { border-color: rgb(142,106,65); }

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