#886C6D

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

Shades of Empress #886C6D

Tints of Empress #886C6D

Color information

#886C6D (or 0x886C6D) is unknown color: approx Empress. HEX triplet: 88, 6C and 6D. RGB value is (136,108,109). Sum of RGB (Red+Green+Blue) = 136+108+109=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #886C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886C6D is #779392. Grayscale: #747474. Windows color (decimal): -7836563 or 7171208. OLE color: 7171208.

HSL color Cylindrical-coordinate representation of color #886C6D: hue angle of 357.86º degrees, saturation: 0.11, 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 #886C6D is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB136108109-
CMYK00.210.200.47
HSL357.86º11.48%47.84%-
HSV(B)357.86º20.59%53.33%-
XYZ18.2817.0616.8-
YUV116.49123.78141.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 108 (42.58% from 255) = 30.59%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=38.53%
G=30.59%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610810900.210.200.47357.8611.4847.84
Hex886C6D015142F166b30
Octal21015415502524575461360
Binary1000100011011001101101010101101001011111011001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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