#806960

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

Shades of Russett #806960

Tints of Russett #806960

Color information

#806960 (or 0x806960) is unknown color: approx Russett. HEX triplet: 80, 69 and 60. RGB value is (128,105,96). Sum of RGB (Red+Green+Blue) = 128+105+96=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806960 is #7F969F. Grayscale: #6E6E6E. Windows color (decimal): -8361632 or 6318464. OLE color: 6318464.

HSL color Cylindrical-coordinate representation of color #806960: hue angle of 16.87º 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 #806960 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12810596-
CMYK00.180.250.50
HSL16.87º14.29%43.92%-
HSV(B)16.87º25%50.2%-
XYZ16.0615.5413.22-
YUV110.85119.62140.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=38.91%
G=31.91%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281059600.180.250.5016.8714.2943.92
Hex806960012193211e2c
Octal2001511400223162211654
Binary100000001101001110000001001011001110010100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806960; }

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

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

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

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

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

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

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

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