#8E6D41

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

Shades of McKenzie #8E6D41

Tints of McKenzie #8E6D41

Color information

#8E6D41 (or 0x8E6D41) is unknown color: approx McKenzie. HEX triplet: 8E, 6D and 41. RGB value is (142,109,65). Sum of RGB (Red+Green+Blue) = 142+109+65=316 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.94% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D41 is #7192BE. Grayscale: #727272. Windows color (decimal): -7443135 or 4287886. OLE color: 4287886.

HSL color Cylindrical-coordinate representation of color #8E6D41: hue angle of 34.29º 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 #8E6D41 is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB14210965-
CMYK00.230.540.44
HSL34.29º37.2%40.59%-
HSV(B)34.29º54.23%55.69%-
XYZ17.5817.077.37-
YUV113.85100.43148.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.94%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=44.94%
G=34.49%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421096500.230.540.4434.2937.240.59
Hex8E6D41017362C222529
Octal2161551010276654424551
Binary1000111011011011000001010111110110101100100010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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