#856C60

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

Shades of Russett #856C60

Tints of Russett #856C60

Color information

#856C60 (or 0x856C60) is unknown color: approx Russett. HEX triplet: 85, 6C and 60. RGB value is (133,108,96). Sum of RGB (Red+Green+Blue) = 133+108+96=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C60 is #7A939F. Grayscale: #727272. Windows color (decimal): -8033184 or 6319237. OLE color: 6319237.

HSL color Cylindrical-coordinate representation of color #856C60: hue angle of 19.46º 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 #856C60 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB13310896-
CMYK00.190.280.48
HSL19.46º16.16%44.9%-
HSV(B)19.46º27.82%52.16%-
XYZ17.1516.5613.36-
YUV114.11117.78141.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.47%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=39.47%
G=32.05%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331089600.190.280.4819.4616.1644.9
Hex856C600131C3013102d
Octal2051541400233460232055
Binary1000010111011001100000010011111001100001001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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