#80696C

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

Shades of Empress #80696C

Tints of Empress #80696C

Color information

#80696C (or 0x80696C) is unknown color: approx Empress. HEX triplet: 80, 69 and 6C. RGB value is (128,105,108). Sum of RGB (Red+Green+Blue) = 128+105+108=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696C is #7F9693. Grayscale: #707070. Windows color (decimal): -8361620 or 7104896. OLE color: 7104896.

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

Color convert

RGB128105108-
CMYK00.180.160.50
HSL352.17º9.87%45.69%-
HSV(B)352.17º17.97%50.2%-
XYZ16.6615.7816.35-
YUV112.22125.62139.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 105 (41.41% from 255) = 30.79%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=37.54%
G=30.79%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810510800.180.160.50352.179.8745.69
Hex80696C0121032160a2e
Octal20015115402220625401256
Binary1000000011010011101100010010100001100101011000001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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