#865F35

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

Shades of McKenzie #865F35

Tints of McKenzie #865F35

Color information

#865F35 (or 0x865F35) is unknown color: approx McKenzie. HEX triplet: 86, 5F and 35. RGB value is (134,95,53). Sum of RGB (Red+Green+Blue) = 134+95+53=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #865F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F35 is #79A0CA. Grayscale: #666666. Windows color (decimal): -7971019 or 3497862. OLE color: 3497862.

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

Color convert

RGB1349553-
CMYK00.290.600.47
HSL31.11º43.32%36.67%-
HSV(B)31.11º60.45%52.55%-
XYZ14.5713.515.21-
YUV101.87100.42150.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.52%
GREEN value IS 95 (37.5% from 255) = 33.69%
BLUE value IS 53 (21.09% from 255) = 18.79%
R=47.52%
G=33.69%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134955300.290.600.4731.1143.3236.67
Hex865F3501D3C2F1f2b25
Octal206137650357457375345
Binary10000110101111111010101110111110010111111111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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