#886C81

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

Shades of Monsoon #886C81

Tints of Monsoon #886C81

Color information

#886C81 (or 0x886C81) is unknown color: approx Monsoon. HEX triplet: 88, 6C and 81. RGB value is (136,108,129). Sum of RGB (Red+Green+Blue) = 136+108+129=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 136 - color contains mainly: red. Hex color #886C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886C81 is #77937E. Grayscale: #767676. Windows color (decimal): -7836543 or 8481928. OLE color: 8481928.

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

Color convert

RGB136108129-
CMYK00.210.050.47
HSL315º11.48%47.84%-
HSV(B)315º20.59%53.33%-
XYZ19.4817.5423.13-
YUV118.77133.78140.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=36.46%
G=28.95%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610812900.210.050.4731511.4847.84
Hex886C8101552F13bb30
Octal2101542010255574731360
Binary100010001101100100000010101011011011111001110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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