#865F37

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

Shades of McKenzie #865F37

Tints of McKenzie #865F37

Color information

#865F37 (or 0x865F37) is unknown color: approx McKenzie. HEX triplet: 86, 5F and 37. RGB value is (134,95,55). Sum of RGB (Red+Green+Blue) = 134+95+55=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #865F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F37 is #79A0C8. Grayscale: #666666. Windows color (decimal): -7971017 or 3628934. OLE color: 3628934.

HSL color Cylindrical-coordinate representation of color #865F37: hue angle of 30.38º 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 #865F37 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1349555-
CMYK00.290.590.47
HSL30.38º41.8%37.06%-
HSV(B)30.38º58.96%52.55%-
XYZ14.6113.535.46-
YUV102.1101.42150.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.18%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 55 (21.88% from 255) = 19.37%
R=47.18%
G=33.45%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134955500.290.590.4730.3841.837.06
Hex865F3701D3B2F1e2a25
Octal206137670357357365245
Binary10000110101111111011101110111101110111111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F37; }

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

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

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

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

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

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

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

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