#806256

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

Shades of Russett #806256

Tints of Russett #806256

Color information

#806256 (or 0x806256) is unknown color: approx Russett. HEX triplet: 80, 62 and 56. RGB value is (128,98,86). Sum of RGB (Red+Green+Blue) = 128+98+86=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #806256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806256 is #7F9DA9. Grayscale: #696969. Windows color (decimal): -8363434 or 5661312. OLE color: 5661312.

HSL color Cylindrical-coordinate representation of color #806256: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #806256 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB1289886-
CMYK00.230.330.50
HSL17.14º19.63%41.96%-
HSV(B)17.14º32.81%50.2%-
XYZ14.951410.72-
YUV105.6116.94143.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 98 (38.67% from 255) = 31.41%
BLUE value IS 86 (33.98% from 255) = 27.56%
R=41.03%
G=31.41%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128988600.230.330.5017.1419.6341.96
Hex806256017213211142a
Octal2001421260274162212452
Binary10000000110001010101100101111000011100101000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806256; }

 p { color: rgb(128,98,86); }

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

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

 a { background-color: rgb(128,98,86); }

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

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

 span { border-color: rgb(128,98,86); }

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