#865D37

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

Shades of McKenzie #865D37

Tints of McKenzie #865D37

Color information

#865D37 (or 0x865D37) is unknown color: approx McKenzie. HEX triplet: 86, 5D and 37. RGB value is (134,93,55). Sum of RGB (Red+Green+Blue) = 134+93+55=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #865D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D37 is #79A2C8. Grayscale: #656565. Windows color (decimal): -7971529 or 3628422. OLE color: 3628422.

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

Color convert

RGB1349355-
CMYK00.310.590.47
HSL28.86º41.8%37.06%-
HSV(B)28.86º58.96%52.55%-
XYZ14.4413.175.4-
YUV100.93102.08151.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 55 (21.88% from 255) = 19.50%
R=47.52%
G=32.98%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134935500.310.590.4728.8641.837.06
Hex865D3701F3B2F1d2a25
Octal206135670377357355245
Binary10000110101110111011101111111101110111111101101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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