#806861

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

Shades of Russett #806861

Tints of Russett #806861

Color information

#806861 (or 0x806861) is unknown color: approx Russett. HEX triplet: 80, 68 and 61. RGB value is (128,104,97). Sum of RGB (Red+Green+Blue) = 128+104+97=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806861 is #7F979E. Grayscale: #6E6E6E. Windows color (decimal): -8361887 or 6383744. OLE color: 6383744.

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

Color convert

RGB12810497-
CMYK00.190.240.50
HSL13.55º13.78%44.12%-
HSV(B)13.55º24.22%50.2%-
XYZ16.0115.3513.43-
YUV110.38120.45140.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.91%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 97 (38.28% from 255) = 29.48%
R=38.91%
G=31.61%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281049700.190.240.5013.5513.7844.12
Hex8068610131832ee2c
Octal2001501410233062161654
Binary10000000110100011000010100111100011001011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806861; }

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

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

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

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

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

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

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

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