#80696E

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

Shades of Empress #80696E

Tints of Empress #80696E

Color information

#80696E (or 0x80696E) is unknown color: approx Empress. HEX triplet: 80, 69 and 6E. RGB value is (128,105,110). Sum of RGB (Red+Green+Blue) = 128+105+110=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 110 (43.36% from 255 or 32.07% from 343); Max value from RGB is 128 - color contains mainly: red. Hex color #80696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696E is #7F9691. Grayscale: #707070. Windows color (decimal): -8361618 or 7235968. OLE color: 7235968.

HSL color Cylindrical-coordinate representation of color #80696E: hue angle of 346.96º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80696E is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB128105110-
CMYK00.180.140.50
HSL346.96º9.87%45.69%-
HSV(B)346.96º17.97%50.2%-
XYZ16.7715.8216.92-
YUV112.45126.62139.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 110 (43.36% from 255) = 32.07%
R=37.32%
G=30.61%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810511000.180.140.50346.969.8745.69
Hex80696E012E3215ba2e
Octal20015115602216625331256
Binary100000001101001110111001001011101100101010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,105,110); }

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

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

 a { background-color: rgb(128,105,110); }

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

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

 span { border-color: rgb(128,105,110); }

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