#886B71

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

Shades of Empress #886B71

Tints of Empress #886B71

Color information

#886B71 (or 0x886B71) is unknown color: approx Empress. HEX triplet: 88, 6B and 71. RGB value is (136,107,113). Sum of RGB (Red+Green+Blue) = 136+107+113=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #886B71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B71 is #77948E. Grayscale: #747474. Windows color (decimal): -7836815 or 7433096. OLE color: 7433096.

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

Color convert

RGB136107113-
CMYK00.210.170.47
HSL347.59º11.93%47.65%-
HSV(B)347.59º21.32%53.33%-
XYZ18.3916.9417.92-
YUV116.36126.11142.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 107 (42.19% from 255) = 30.06%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=38.20%
G=30.06%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610711300.210.170.47347.5911.9347.65
Hex886B71015112F15cc30
Octal21015316102521575341460
Binary1000100011010111110001010101100011011111010111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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