#856A5E

Color #856A5E Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #856A5E

Tints of Russett #856A5E

Color information

#856A5E (or 0x856A5E) is unknown color: approx Russett. HEX triplet: 85, 6A and 5E. RGB value is (133,106,94). Sum of RGB (Red+Green+Blue) = 133+106+94=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #856A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A5E is #7A95A1. Grayscale: #707070. Windows color (decimal): -8033698 or 6187653. OLE color: 6187653.

HSL color Cylindrical-coordinate representation of color #856A5E: hue angle of 18.46º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #856A5E is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB13310694-
CMYK00.200.290.48
HSL18.46º17.18%44.51%-
HSV(B)18.46º29.32%52.16%-
XYZ16.8516.112.81-
YUV112.7117.45142.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 106 (41.80% from 255) = 31.83%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=39.94%
G=31.83%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331069400.200.290.4818.4617.1844.51
Hex856A5E0141D3012112d
Octal2051521360243560222155
Binary1000010111010101011110010100111011100001001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856A5E; }

 p { color: rgb(133,106,94); }

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

<style>
 a { background-color: #856A5E; }

 a { background-color: rgb(133,106,94); }

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

<style>
 span { border-color: #856A5E; }

 span { border-color: rgb(133,106,94); }

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