#88614C

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

Shades of Spicy Mix #88614C

Tints of Spicy Mix #88614C

Color information

#88614C (or 0x88614C) is unknown color: approx Spicy Mix. HEX triplet: 88, 61 and 4C. RGB value is (136,97,76). Sum of RGB (Red+Green+Blue) = 136+97+76=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88614C is #779EB3. Grayscale: #6A6A6A. Windows color (decimal): -7839412 or 5005704. OLE color: 5005704.

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

Color convert

RGB1369776-
CMYK00.290.440.47
HSL21º28.3%41.57%-
HSV(B)21º44.12%53.33%-
XYZ15.7314.318.77-
YUV106.27110.92149.21-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.01%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=44.01%
G=31.39%
B=24.60%

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
Decimal136977600.290.440.472128.341.57
Hex88614C01D2C2F151c2a
Octal2101411140355457253452
Binary10001000110000110011000111011011001011111010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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