#80696B

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

Shades of Empress #80696B

Tints of Empress #80696B

Color information

#80696B (or 0x80696B) is unknown color: approx Empress. HEX triplet: 80, 69 and 6B. RGB value is (128,105,107). Sum of RGB (Red+Green+Blue) = 128+105+107=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80696B is #7F9694. Grayscale: #707070. Windows color (decimal): -8361621 or 7039360. OLE color: 7039360.

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

Color convert

RGB128105107-
CMYK00.180.160.50
HSL354.78º9.87%45.69%-
HSV(B)354.78º17.97%50.2%-
XYZ16.6115.7516.08-
YUV112.1125.12139.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=37.65%
G=30.88%
B=31.47%

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
Decimal12810510700.180.160.50354.789.8745.69
Hex80696B0121032163a2e
Octal20015115302220625431256
Binary1000000011010011101011010010100001100101011000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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