#865E39

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

Shades of McKenzie #865E39

Tints of McKenzie #865E39

Color information

#865E39 (or 0x865E39) is unknown color: approx McKenzie. HEX triplet: 86, 5E and 39. RGB value is (134,94,57). Sum of RGB (Red+Green+Blue) = 134+94+57=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E39 is #79A1C6. Grayscale: #656565. Windows color (decimal): -7971271 or 3759750. OLE color: 3759750.

HSL color Cylindrical-coordinate representation of color #865E39: hue angle of 28.83º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865E39 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1349457-
CMYK00.300.570.47
HSL28.83º40.31%37.45%-
HSV(B)28.83º57.46%52.55%-
XYZ14.5713.375.68-
YUV101.74102.75151.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 57 (22.66% from 255) = 20%
R=47.02%
G=32.98%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134945700.300.570.4728.8340.3137.45
Hex865E3901E392F1d2825
Octal206136710367157355045
Binary10000110101111011100101111011100110111111101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,57); }

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

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

 a { background-color: rgb(134,94,57); }

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

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

 span { border-color: rgb(134,94,57); }

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