#806860

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

Shades of Russett #806860

Tints of Russett #806860

Color information

#806860 (or 0x806860) is unknown color: approx Russett. HEX triplet: 80, 68 and 60. RGB value is (128,104,96). Sum of RGB (Red+Green+Blue) = 128+104+96=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #806860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806860 is #7F979F. Grayscale: #6E6E6E. Windows color (decimal): -8361888 or 6318208. OLE color: 6318208.

HSL color Cylindrical-coordinate representation of color #806860: hue angle of 15º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806860 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12810496-
CMYK00.190.250.50
HSL15º14.29%43.92%-
HSV(B)15º25%50.2%-
XYZ15.9615.3313.18-
YUV110.26119.95140.65-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.02%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=39.02%
G=31.71%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281049600.190.250.501514.2943.92
Hex8068600131932fe2c
Octal2001501400233162171654
Binary10000000110100011000000100111100111001011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806860; }

 p { color: rgb(128,104,96); }

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

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

 a { background-color: rgb(128,104,96); }

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

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

 span { border-color: rgb(128,104,96); }

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