#88604F

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

Shades of Spicy Mix #88604F

Tints of Spicy Mix #88604F

Color information

#88604F (or 0x88604F) is unknown color: approx Spicy Mix. HEX triplet: 88, 60 and 4F. RGB value is (136,96,79). Sum of RGB (Red+Green+Blue) = 136+96+79=311 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.73% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 136 - color contains mainly: red. Hex color #88604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88604F is #779FB0. Grayscale: #6A6A6A. Windows color (decimal): -7839665 or 5202056. OLE color: 5202056.

HSL color Cylindrical-coordinate representation of color #88604F: hue angle of 17.89º 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 #88604F is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB1369679-
CMYK00.290.420.47
HSL17.89º26.51%42.16%-
HSV(B)17.89º41.91%53.33%-
XYZ15.7514.169.3-
YUV106.02112.75149.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.73%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=43.73%
G=30.87%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136967900.290.420.4717.8926.5142.16
Hex88604F01D2A2F121b2a
Octal2101401170355257223352
Binary10001000110000010011110111011010101011111001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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