#816A5F

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

Shades of Russett #816A5F

Tints of Russett #816A5F

Color information

#816A5F (or 0x816A5F) is unknown color: approx Russett. HEX triplet: 81, 6A and 5F. RGB value is (129,106,95). Sum of RGB (Red+Green+Blue) = 129+106+95=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #816A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816A5F is #7E95A0. Grayscale: #6F6F6F. Windows color (decimal): -8295841 or 6253185. OLE color: 6253185.

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

Color convert

RGB12910695-
CMYK00.180.260.49
HSL19.41º15.18%43.92%-
HSV(B)19.41º26.36%50.59%-
XYZ16.2715.813.02-
YUV111.62118.62140.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 95 (37.5% from 255) = 28.79%
R=39.09%
G=32.12%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291069500.180.260.4919.4115.1843.92
Hex816A5F0121A3113f2c
Octal2011521370223261231754
Binary100000011101010101111101001011010110001100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,106,95); }

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

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

 a { background-color: rgb(129,106,95); }

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

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

 span { border-color: rgb(129,106,95); }

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