#886E70

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

Shades of Empress #886E70

Tints of Empress #886E70

Color information

#886E70 (or 0x886E70) is unknown color: approx Empress. HEX triplet: 88, 6E and 70. RGB value is (136,110,112). Sum of RGB (Red+Green+Blue) = 136+110+112=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #886E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E70 is #77918F. Grayscale: #767676. Windows color (decimal): -7836048 or 7368328. OLE color: 7368328.

HSL color Cylindrical-coordinate representation of color #886E70: hue angle of 355.38º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #886E70 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB136110112-
CMYK00.190.180.47
HSL355.38º10.57%48.24%-
HSV(B)355.38º19.12%53.33%-
XYZ18.6517.5617.73-
YUV118124.61140.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 112 (44.14% from 255) = 31.28%
R=37.99%
G=30.73%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13611011200.190.180.47355.3810.5748.24
Hex886E70013122F163b30
Octal21015616002322575431360
Binary1000100011011101110000010011100101011111011000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886E70; }

 p { color: rgb(136,110,112); }

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

<style>
 a { background-color: #886E70; }

 a { background-color: rgb(136,110,112); }

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

<style>
 span { border-color: #886E70; }

 span { border-color: rgb(136,110,112); }

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