#886251

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

Shades of Spicy Mix #886251

Tints of Spicy Mix #886251

Color information

#886251 (or 0x886251) is unknown color: approx Spicy Mix. HEX triplet: 88, 62 and 51. RGB value is (136,98,81). Sum of RGB (Red+Green+Blue) = 136+98+81=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #886251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886251 is #779DAE. Grayscale: #6B6B6B. Windows color (decimal): -7839151 or 5333640. OLE color: 5333640.

HSL color Cylindrical-coordinate representation of color #886251: hue angle of 18.55º 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 #886251 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1369881-
CMYK00.280.400.47
HSL18.55º25.35%42.55%-
HSV(B)18.55º40.44%53.33%-
XYZ16.0114.569.75-
YUV107.42113.09148.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 98 (38.67% from 255) = 31.11%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=43.17%
G=31.11%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136988100.280.400.4718.5525.3542.55
Hex88625101C282F13192b
Octal2101421210345057233153
Binary10001000110001010100010111001010001011111001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886251; }

 p { color: rgb(136,98,81); }

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

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

 a { background-color: rgb(136,98,81); }

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

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

 span { border-color: rgb(136,98,81); }

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