#88624F

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

Shades of Spicy Mix #88624F

Tints of Spicy Mix #88624F

Color information

#88624F (or 0x88624F) is unknown color: approx Spicy Mix. HEX triplet: 88, 62 and 4F. RGB value is (136,98,79). Sum of RGB (Red+Green+Blue) = 136+98+79=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88624F is #779DB0. Grayscale: #6B6B6B. Windows color (decimal): -7839153 or 5202568. OLE color: 5202568.

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

Color convert

RGB1369879-
CMYK00.280.420.47
HSL20º26.51%42.16%-
HSV(B)20º41.91%53.33%-
XYZ15.9314.539.36-
YUV107.2112.09148.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 79 (31.25% from 255) = 25.24%
R=43.45%
G=31.31%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136987900.280.420.472026.5142.16
Hex88624F01C2A2F141b2a
Octal2101421170345257243352
Binary10001000110001010011110111001010101011111010011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88624F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88624F; }

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

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

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

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

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

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

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

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