#87696A

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

Shades of Empress #87696A

Tints of Empress #87696A

Color information

#87696A (or 0x87696A) is unknown color: approx Empress. HEX triplet: 87, 69 and 6A. RGB value is (135,105,106). Sum of RGB (Red+Green+Blue) = 135+105+106=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #87696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87696A is #789695. Grayscale: #727272. Windows color (decimal): -7902870 or 6973831. OLE color: 6973831.

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

Color convert

RGB135105106-
CMYK00.220.210.47
HSL358º12.5%47.06%-
HSV(B)358º22.22%52.94%-
XYZ17.6416.2915.85-
YUV114.08123.44142.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.02%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 106 (41.80% from 255) = 30.64%
R=39.02%
G=30.35%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13510510600.220.210.4735812.547.06
Hex87696A016152F166d2f
Octal20715115202625575461557
Binary1000011111010011101010010110101011011111011001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87696A; }

 p { color: rgb(135,105,106); }

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

<style>
 a { background-color: #87696A; }

 a { background-color: rgb(135,105,106); }

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

<style>
 span { border-color: #87696A; }

 span { border-color: rgb(135,105,106); }

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