#80685E

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

Shades of Russett #80685E

Tints of Russett #80685E

Color information

#80685E (or 0x80685E) is unknown color: approx Russett. HEX triplet: 80, 68 and 5E. RGB value is (128,104,94). Sum of RGB (Red+Green+Blue) = 128+104+94=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #80685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80685E is #7F97A1. Grayscale: #6E6E6E. Windows color (decimal): -8361890 or 6187136. OLE color: 6187136.

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

Color convert

RGB12810494-
CMYK00.190.270.50
HSL17.65º15.32%43.53%-
HSV(B)17.65º26.56%50.2%-
XYZ15.8715.312.71-
YUV110.04118.95140.81-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.26%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=39.26%
G=31.90%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281049400.190.270.5017.6515.3243.53
Hex80685E0131B3212f2c
Octal2001501360233362221754
Binary100000001101000101111001001111011110010100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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