#886D40

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

Shades of McKenzie #886D40

Tints of McKenzie #886D40

Color information

#886D40 (or 0x886D40) is unknown color: approx McKenzie. HEX triplet: 88, 6D and 40. RGB value is (136,109,64). Sum of RGB (Red+Green+Blue) = 136+109+64=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #886D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D40 is #7792BF. Grayscale: #707070. Windows color (decimal): -7836352 or 4222344. OLE color: 4222344.

HSL color Cylindrical-coordinate representation of color #886D40: hue angle of 37.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886D40 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13610964-
CMYK00.200.530.47
HSL37.5º36%39.22%-
HSV(B)37.5º52.94%53.33%-
XYZ16.5516.547.17-
YUV111.94100.95145.16-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 64 (25.39% from 255) = 20.71%
R=44.01%
G=35.28%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361096400.200.530.4737.53639.22
Hex886D40014352F252427
Octal2101551000246557454447
Binary1000100011011011000000010100110101101111100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D40; }

 p { color: rgb(136,109,64); }

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

<style>
 a { background-color: #886D40; }

 a { background-color: rgb(136,109,64); }

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

<style>
 span { border-color: #886D40; }

 span { border-color: rgb(136,109,64); }

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