#80716B

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

Shades of Russett #80716B

Tints of Russett #80716B

Color information

#80716B (or 0x80716B) is unknown color: approx Russett. HEX triplet: 80, 71 and 6B. RGB value is (128,113,107). Sum of RGB (Red+Green+Blue) = 128+113+107=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 128 - color contains mainly: red. Hex color #80716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80716B is #7F8E94. Grayscale: #747474. Windows color (decimal): -8359573 or 7041408. OLE color: 7041408.

HSL color Cylindrical-coordinate representation of color #80716B: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80716B is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB128113107-
CMYK00.120.160.50
HSL17.14º8.94%46.08%-
HSV(B)17.14º16.41%50.2%-
XYZ17.4617.4616.36-
YUV116.8122.47135.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.78%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=36.78%
G=32.47%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811310700.120.160.5017.148.9446.08
Hex80716B0C10321192e
Octal2001611530142062211156
Binary10000000111000111010110110010000110010100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,113,107); }

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

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

 a { background-color: rgb(128,113,107); }

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

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

 span { border-color: rgb(128,113,107); }

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