#816E64

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

Shades of Russett #816E64

Tints of Russett #816E64

Color information

#816E64 (or 0x816E64) is unknown color: approx Russett. HEX triplet: 81, 6E and 64. RGB value is (129,110,100). Sum of RGB (Red+Green+Blue) = 129+110+100=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #816E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E64 is #7E919B. Grayscale: #727272. Windows color (decimal): -8294812 or 6581889. OLE color: 6581889.

HSL color Cylindrical-coordinate representation of color #816E64: hue angle of 20.69º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #816E64 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB129110100-
CMYK00.150.220.49
HSL20.69º12.66%44.9%-
HSV(B)20.69º22.48%50.59%-
XYZ16.9316.7414.4-
YUV114.54119.79138.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 100 (39.45% from 255) = 29.50%
R=38.05%
G=32.45%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911010000.150.220.4920.6912.6644.9
Hex816E640F163115d2d
Octal2011561440172661251555
Binary10000001110111011001000111110110110001101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816E64; }

 p { color: rgb(129,110,100); }

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

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

 a { background-color: rgb(129,110,100); }

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

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

 span { border-color: rgb(129,110,100); }

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