#886152

Color #886152 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #886152

Tints of Spicy Mix #886152

Color information

#886152 (or 0x886152) is unknown color: approx Spicy Mix. HEX triplet: 88, 61 and 52. RGB value is (136,97,82). Sum of RGB (Red+Green+Blue) = 136+97+82=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #886152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886152 is #779EAD. Grayscale: #6B6B6B. Windows color (decimal): -7839406 or 5398920. OLE color: 5398920.

HSL color Cylindrical-coordinate representation of color #886152: hue angle of 16.67º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #886152 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1369782-
CMYK00.290.400.47
HSL16.67º24.77%42.75%-
HSV(B)16.67º39.71%53.33%-
XYZ15.9514.399.92-
YUV106.95113.92148.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 97 (38.28% from 255) = 30.79%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=43.17%
G=30.79%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136978200.290.400.4716.6724.7742.75
Hex88615201D282F11192b
Octal2101411220355057213153
Binary10001000110000110100100111011010001011111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886152; }

 p { color: rgb(136,97,82); }

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

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

 a { background-color: rgb(136,97,82); }

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

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

 span { border-color: rgb(136,97,82); }

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