#886C40

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

Shades of McKenzie #886C40

Tints of McKenzie #886C40

Color information

#886C40 (or 0x886C40) is unknown color: approx McKenzie. HEX triplet: 88, 6C and 40. RGB value is (136,108,64). Sum of RGB (Red+Green+Blue) = 136+108+64=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #886C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886C40 is #7793BF. Grayscale: #6F6F6F. Windows color (decimal): -7836608 or 4222088. OLE color: 4222088.

HSL color Cylindrical-coordinate representation of color #886C40: hue angle of 36.67º 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 #886C40 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB13610864-
CMYK00.210.530.47
HSL36.67º36%39.22%-
HSV(B)36.67º52.94%53.33%-
XYZ16.4416.337.14-
YUV111.36101.28145.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 108 (42.58% from 255) = 35.06%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=44.16%
G=35.06%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361086400.210.530.4736.673639.22
Hex886C40015352F252427
Octal2101541000256557454447
Binary1000100011011001000000010101110101101111100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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