#806C61

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

Shades of Russett #806C61

Tints of Russett #806C61

Color information

#806C61 (or 0x806C61) is unknown color: approx Russett. HEX triplet: 80, 6C and 61. RGB value is (128,108,97). Sum of RGB (Red+Green+Blue) = 128+108+97=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #806C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C61 is #7F939E. Grayscale: #707070. Windows color (decimal): -8360863 or 6384768. OLE color: 6384768.

HSL color Cylindrical-coordinate representation of color #806C61: hue angle of 21.29º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #806C61 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12810897-
CMYK00.160.240.50
HSL21.29º13.78%44.12%-
HSV(B)21.29º24.22%50.2%-
XYZ16.4216.1813.57-
YUV112.73119.13138.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.44%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=38.44%
G=32.43%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281089700.160.240.5021.2913.7844.12
Hex806C61010183215e2c
Octal2001541410203062251654
Binary100000001101100110000101000011000110010101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806C61; }

 p { color: rgb(128,108,97); }

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

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

 a { background-color: rgb(128,108,97); }

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

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

 span { border-color: rgb(128,108,97); }

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