#816960

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

Shades of Russett #816960

Tints of Russett #816960

Color information

#816960 (or 0x816960) is unknown color: approx Russett. HEX triplet: 81, 69 and 60. RGB value is (129,105,96). Sum of RGB (Red+Green+Blue) = 129+105+96=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #816960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816960 is #7E969F. Grayscale: #6F6F6F. Windows color (decimal): -8296096 or 6318465. OLE color: 6318465.

HSL color Cylindrical-coordinate representation of color #816960: hue angle of 16.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #816960 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12910596-
CMYK00.190.260.49
HSL16.36º14.67%44.12%-
HSV(B)16.36º25.58%50.59%-
XYZ16.2215.6113.23-
YUV111.15119.45140.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=39.09%
G=31.82%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291059600.190.260.4916.3614.6744.12
Hex8169600131A3110f2c
Octal2011511400233261201754
Binary100000011101001110000001001111010110001100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816960; }

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

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

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

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

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

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

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

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