#886940

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

Shades of McKenzie #886940

Tints of McKenzie #886940

Color information

#886940 (or 0x886940) is unknown color: approx McKenzie. HEX triplet: 88, 69 and 40. RGB value is (136,105,64). Sum of RGB (Red+Green+Blue) = 136+105+64=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #886940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886940 is #7796BF. Grayscale: #6D6D6D. Windows color (decimal): -7837376 or 4221320. OLE color: 4221320.

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

Color convert

RGB13610564-
CMYK00.230.530.47
HSL34.17º36%39.22%-
HSV(B)34.17º52.94%53.33%-
XYZ16.1315.717.03-
YUV109.6102.27146.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=44.59%
G=34.43%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361056400.230.530.4734.173639.22
Hex886940017352F222427
Octal2101511000276557424447
Binary1000100011010011000000010111110101101111100010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886940; }

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

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

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

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

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

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

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

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