#88696B

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

Shades of Empress #88696B

Tints of Empress #88696B

Color information

#88696B (or 0x88696B) is unknown color: approx Empress. HEX triplet: 88, 69 and 6B. RGB value is (136,105,107). Sum of RGB (Red+Green+Blue) = 136+105+107=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88696B is #779694. Grayscale: #727272. Windows color (decimal): -7837333 or 7039368. OLE color: 7039368.

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

Color convert

RGB136105107-
CMYK00.230.210.47
HSL356.13º12.86%47.25%-
HSV(B)356.13º22.79%53.33%-
XYZ17.8616.416.13-
YUV114.5123.77143.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=39.08%
G=30.17%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610510700.230.210.47356.1312.8647.25
Hex88696B017152F164d2f
Octal21015115302725575441557
Binary1000100011010011101011010111101011011111011001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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