#88604C

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

Shades of Spicy Mix #88604C

Tints of Spicy Mix #88604C

Color information

#88604C (or 0x88604C) is unknown color: approx Spicy Mix. HEX triplet: 88, 60 and 4C. RGB value is (136,96,76). Sum of RGB (Red+Green+Blue) = 136+96+76=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88604C is #779FB3. Grayscale: #696969. Windows color (decimal): -7839668 or 5005448. OLE color: 5005448.

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

Color convert

RGB1369676-
CMYK00.290.440.47
HSL20º28.3%41.57%-
HSV(B)20º44.12%53.33%-
XYZ15.6414.128.74-
YUV105.68111.25149.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=44.16%
G=31.17%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136967600.290.440.472028.341.57
Hex88604C01D2C2F141c2a
Octal2101401140355457243452
Binary10001000110000010011000111011011001011111010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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