#856C64

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

Shades of Russett #856C64

Tints of Russett #856C64

Color information

#856C64 (or 0x856C64) is unknown color: approx Russett. HEX triplet: 85, 6C and 64. RGB value is (133,108,100). Sum of RGB (Red+Green+Blue) = 133+108+100=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #856C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C64 is #7A939B. Grayscale: #727272. Windows color (decimal): -8033180 or 6581381. OLE color: 6581381.

HSL color Cylindrical-coordinate representation of color #856C64: hue angle of 14.55º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856C64 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB133108100-
CMYK00.190.250.48
HSL14.55º14.16%45.69%-
HSV(B)14.55º24.81%52.16%-
XYZ17.3416.6314.35-
YUV114.56119.78141.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=39.00%
G=31.67%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310810000.190.250.4814.5514.1645.69
Hex856C640131930fe2e
Octal2051541440233160171656
Binary10000101110110011001000100111100111000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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