#80696D

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

Shades of Empress #80696D

Tints of Empress #80696D

Color information

#80696D (or 0x80696D) is unknown color: approx Empress. HEX triplet: 80, 69 and 6D. RGB value is (128,105,109). Sum of RGB (Red+Green+Blue) = 128+105+109=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #80696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696D is #7F9692. Grayscale: #707070. Windows color (decimal): -8361619 or 7170432. OLE color: 7170432.

HSL color Cylindrical-coordinate representation of color #80696D: hue angle of 349.57º 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 #80696D is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB128105109-
CMYK00.180.150.50
HSL349.57º9.87%45.69%-
HSV(B)349.57º17.97%50.2%-
XYZ16.7115.816.64-
YUV112.33126.12139.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.43%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=37.43%
G=30.70%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810510900.180.150.50349.579.8745.69
Hex80696D012F3215ea2e
Octal20015115502217625361256
Binary100000001101001110110101001011111100101010111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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