#865D33

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

Shades of McKenzie #865D33

Tints of McKenzie #865D33

Color information

#865D33 (or 0x865D33) is unknown color: approx McKenzie. HEX triplet: 86, 5D and 33. RGB value is (134,93,51). Sum of RGB (Red+Green+Blue) = 134+93+51=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #865D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D33 is #79A2CC. Grayscale: #646464. Windows color (decimal): -7971533 or 3366278. OLE color: 3366278.

HSL color Cylindrical-coordinate representation of color #865D33: hue angle of 30.36º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865D33 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1349351-
CMYK00.310.620.47
HSL30.36º44.86%36.27%-
HSV(B)30.36º61.94%52.55%-
XYZ14.3413.144.91-
YUV100.47100.08151.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 51 (20.31% from 255) = 18.35%
R=48.20%
G=33.45%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134935100.310.620.4730.3644.8636.27
Hex865D3301F3E2F1e2d24
Octal206135630377657365544
Binary10000110101110111001101111111111010111111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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