#886254

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

Shades of Spicy Mix #886254

Tints of Spicy Mix #886254

Color information

#886254 (or 0x886254) is unknown color: approx Spicy Mix. HEX triplet: 88, 62 and 54. RGB value is (136,98,84). Sum of RGB (Red+Green+Blue) = 136+98+84=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 84 (33.20% from 255 or 26.42% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #886254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886254 is #779DAB. Grayscale: #6B6B6B. Windows color (decimal): -7839148 or 5530248. OLE color: 5530248.

HSL color Cylindrical-coordinate representation of color #886254: hue angle of 16.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #886254 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1369884-
CMYK00.280.380.47
HSL16.15º23.64%43.14%-
HSV(B)16.15º38.24%53.33%-
XYZ16.1214.6110.36-
YUV107.77114.59148.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 84 (33.20% from 255) = 26.42%
R=42.77%
G=30.82%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136988400.280.380.4716.1523.6443.14
Hex88625401C262F10182b
Octal2101421240344657203053
Binary10001000110001010101000111001001101011111000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886254; }

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

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

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

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

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

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

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

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