#856A5C

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

Shades of Russett #856A5C

Tints of Russett #856A5C

Color information

#856A5C (or 0x856A5C) is unknown color: approx Russett. HEX triplet: 85, 6A and 5C. RGB value is (133,106,92). Sum of RGB (Red+Green+Blue) = 133+106+92=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A5C is #7A95A3. Grayscale: #707070. Windows color (decimal): -8033700 or 6056581. OLE color: 6056581.

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

Color convert

RGB13310692-
CMYK00.200.310.48
HSL20.49º18.22%44.12%-
HSV(B)20.49º30.83%52.16%-
XYZ16.7616.0712.34-
YUV112.48116.45142.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 106 (41.80% from 255) = 32.02%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=40.18%
G=32.02%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331069200.200.310.4820.4918.2244.12
Hex856A5C0141F3014122c
Octal2051521340243760242254
Binary1000010111010101011100010100111111100001010010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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