#80615B

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

Shades of Russett #80615B

Tints of Russett #80615B

Color information

#80615B (or 0x80615B) is unknown color: approx Russett. HEX triplet: 80, 61 and 5B. RGB value is (128,97,91). Sum of RGB (Red+Green+Blue) = 128+97+91=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #80615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80615B is #7F9EA4. Grayscale: #696969. Windows color (decimal): -8363685 or 5988736. OLE color: 5988736.

HSL color Cylindrical-coordinate representation of color #80615B: hue angle of 9.73º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80615B is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1289791-
CMYK00.240.290.50
HSL9.73º16.89%42.94%-
HSV(B)9.73º28.91%50.2%-
XYZ15.0713.8911.79-
YUV105.58119.77143.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=40.51%
G=30.70%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128979100.240.290.509.7316.8942.94
Hex80615B0181D32a112b
Octal2001411330303562122153
Binary100000001100001101101101100011101110010101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80615B; }

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

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

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

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

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

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

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

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