#88686D

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

Shades of Empress #88686D

Tints of Empress #88686D

Color information

#88686D (or 0x88686D) is unknown color: approx Empress. HEX triplet: 88, 68 and 6D. RGB value is (136,104,109). Sum of RGB (Red+Green+Blue) = 136+104+109=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 104 (41.02% from 255 or 29.80% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88686D is #779792. Grayscale: #727272. Windows color (decimal): -7837587 or 7170184. OLE color: 7170184.

HSL color Cylindrical-coordinate representation of color #88686D: hue angle of 350.62º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88686D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136104109-
CMYK00.240.200.47
HSL350.62º13.33%47.06%-
HSV(B)350.62º23.53%53.33%-
XYZ17.8616.2416.66-
YUV114.14125.1143.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 104 (41.02% from 255) = 29.80%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=38.97%
G=29.80%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610410900.240.200.47350.6213.3347.06
Hex88686D018142F15fd2f
Octal21015015503024575371557
Binary1000100011010001101101011000101001011111010111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,104,109); }

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

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

 a { background-color: rgb(136,104,109); }

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

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

 span { border-color: rgb(136,104,109); }

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