#865D35

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

Shades of McKenzie #865D35

Tints of McKenzie #865D35

Color information

#865D35 (or 0x865D35) is unknown color: approx McKenzie. HEX triplet: 86, 5D and 35. RGB value is (134,93,53). Sum of RGB (Red+Green+Blue) = 134+93+53=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #865D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D35 is #79A2CA. Grayscale: #646464. Windows color (decimal): -7971531 or 3497350. OLE color: 3497350.

HSL color Cylindrical-coordinate representation of color #865D35: hue angle of 29.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865D35 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1349353-
CMYK00.310.600.47
HSL29.63º43.32%36.67%-
HSV(B)29.63º60.45%52.55%-
XYZ14.3913.155.15-
YUV100.7101.08151.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=47.86%
G=33.21%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134935300.310.600.4729.6343.3236.67
Hex865D3501F3C2F1e2b25
Octal206135650377457365345
Binary10000110101110111010101111111110010111111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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