#80685F

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

Shades of Russett #80685F

Tints of Russett #80685F

Color information

#80685F (or 0x80685F) is unknown color: approx Russett. HEX triplet: 80, 68 and 5F. RGB value is (128,104,95). Sum of RGB (Red+Green+Blue) = 128+104+95=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #80685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80685F is #7F97A0. Grayscale: #6E6E6E. Windows color (decimal): -8361889 or 6252672. OLE color: 6252672.

HSL color Cylindrical-coordinate representation of color #80685F: hue angle of 16.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80685F is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB12810495-
CMYK00.190.260.50
HSL16.36º14.8%43.73%-
HSV(B)16.36º25.78%50.2%-
XYZ15.9215.3212.94-
YUV110.15119.45140.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.14%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=39.14%
G=31.80%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281049500.190.260.5016.3614.843.73
Hex80685F0131A3210f2c
Octal2001501370233262201754
Binary100000001101000101111101001111010110010100001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80685F; }

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

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

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

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

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

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

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

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