#816860

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

Shades of Russett #816860

Tints of Russett #816860

Color information

#816860 (or 0x816860) is unknown color: approx Russett. HEX triplet: 81, 68 and 60. RGB value is (129,104,96). Sum of RGB (Red+Green+Blue) = 129+104+96=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816860 is #7E979F. Grayscale: #6E6E6E. Windows color (decimal): -8296352 or 6318209. OLE color: 6318209.

HSL color Cylindrical-coordinate representation of color #816860: hue angle of 14.55º 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 #816860 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12910496-
CMYK00.190.260.49
HSL14.55º14.67%44.12%-
HSV(B)14.55º25.58%50.59%-
XYZ16.1115.4113.19-
YUV110.56119.78141.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.21%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=39.21%
G=31.61%
B=29.18%

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
Decimal1291049600.190.260.4914.5514.6744.12
Hex8168600131A31ff2c
Octal2011501400233261171754
Binary10000001110100011000000100111101011000111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816860; }

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

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

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

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

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

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

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

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