#856B60

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

Shades of Russett #856B60

Tints of Russett #856B60

Color information

#856B60 (or 0x856B60) is unknown color: approx Russett. HEX triplet: 85, 6B and 60. RGB value is (133,107,96). Sum of RGB (Red+Green+Blue) = 133+107+96=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #856B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B60 is #7A949F. Grayscale: #717171. Windows color (decimal): -8033440 or 6318981. OLE color: 6318981.

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

Color convert

RGB13310796-
CMYK00.200.280.48
HSL17.84º16.16%44.9%-
HSV(B)17.84º27.82%52.16%-
XYZ17.0416.3513.32-
YUV113.52118.11141.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 96 (37.89% from 255) = 28.57%
R=39.58%
G=31.85%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331079600.200.280.4817.8416.1644.9
Hex856B600141C3012102d
Octal2051531400243460222055
Binary1000010111010111100000010100111001100001001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,107,96); }

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

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

 a { background-color: rgb(133,107,96); }

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

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

 span { border-color: rgb(133,107,96); }

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