#8e6d3e

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

Shades of McKenzie #8E6D3E

Tints of McKenzie #8E6D3E

Color information

#8E6D3E (or 0x8E6D3E) is unknown color: approx McKenzie. HEX triplet: 8E, 6D and 3E. RGB value is (142,109,62). Sum of RGB (Red+Green+Blue) = 142+109+62=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D3E is #7192C1. Grayscale: #717171. Windows color (decimal): -7443138 or 4091278. OLE color: 4091278.

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

Color convert

RGB14210962-
CMYK00.230.560.44
HSL35.25º39.22%40%-
HSV(B)35.25º56.34%55.69%-
XYZ17.4917.046.92-
YUV113.5198.93148.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 109 (42.97% from 255) = 34.82%
BLUE value IS 62 (24.61% from 255) = 19.81%
R=45.37%
G=34.82%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421096200.230.560.4435.2539.2240
Hex8E6D3E017382C232728
Octal216155760277054434750
Binary100011101101101111110010111111000101100100011100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e6d3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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