#886B40

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

Shades of McKenzie #886B40

Tints of McKenzie #886B40

Color information

#886B40 (or 0x886B40) is unknown color: approx McKenzie. HEX triplet: 88, 6B and 40. RGB value is (136,107,64). Sum of RGB (Red+Green+Blue) = 136+107+64=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B40 is #7794BF. Grayscale: #6E6E6E. Windows color (decimal): -7836864 or 4221832. OLE color: 4221832.

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

Color convert

RGB13610764-
CMYK00.210.530.47
HSL35.83º36%39.22%-
HSV(B)35.83º52.94%53.33%-
XYZ16.3416.127.1-
YUV110.77101.61146-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=44.30%
G=34.85%
B=20.85%

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
Decimal1361076400.210.530.4735.833639.22
Hex886B40015352F242427
Octal2101531000256557444447
Binary1000100011010111000000010101110101101111100100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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