#866037

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

Shades of McKenzie #866037

Tints of McKenzie #866037

Color information

#866037 (or 0x866037) is unknown color: approx McKenzie. HEX triplet: 86, 60 and 37. RGB value is (134,96,55). Sum of RGB (Red+Green+Blue) = 134+96+55=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #866037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866037 is #799FC8. Grayscale: #666666. Windows color (decimal): -7970761 or 3629190. OLE color: 3629190.

HSL color Cylindrical-coordinate representation of color #866037: hue angle of 31.14º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #866037 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1349655-
CMYK00.280.590.47
HSL31.14º41.8%37.06%-
HSV(B)31.14º58.96%52.55%-
XYZ14.713.715.49-
YUV102.69101.09150.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 96 (37.89% from 255) = 33.68%
BLUE value IS 55 (21.88% from 255) = 19.30%
R=47.02%
G=33.68%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134965500.280.590.4731.1441.837.06
Hex86603701C3B2F1f2a25
Octal206140670347357375245
Binary10000110110000011011101110011101110111111111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866037; }

 p { color: rgb(134,96,55); }

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

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

 a { background-color: rgb(134,96,55); }

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

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

 span { border-color: rgb(134,96,55); }

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