#80685C

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

Shades of Russett #80685C

Tints of Russett #80685C

Color information

#80685C (or 0x80685C) is unknown color: approx Russett. HEX triplet: 80, 68 and 5C. RGB value is (128,104,92). Sum of RGB (Red+Green+Blue) = 128+104+92=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 104 (41.02% from 255 or 32.10% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80685C is #7F97A3. Grayscale: #6D6D6D. Windows color (decimal): -8361892 or 6056064. OLE color: 6056064.

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

Color convert

RGB12810492-
CMYK00.190.280.50
HSL20º16.36%43.14%-
HSV(B)20º28.12%50.2%-
XYZ15.7815.2612.24-
YUV109.81117.95140.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 104 (41.02% from 255) = 32.10%
BLUE value IS 92 (36.33% from 255) = 28.40%
R=39.51%
G=32.10%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281049200.190.280.502016.3643.14
Hex80685C0131C3214102b
Octal2001501340233462242053
Binary1000000011010001011100010011111001100101010010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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