#88614F

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

Shades of Spicy Mix #88614F

Tints of Spicy Mix #88614F

Color information

#88614F (or 0x88614F) is unknown color: approx Spicy Mix. HEX triplet: 88, 61 and 4F. RGB value is (136,97,79). Sum of RGB (Red+Green+Blue) = 136+97+79=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88614F is #779EB0. Grayscale: #6A6A6A. Windows color (decimal): -7839409 or 5202312. OLE color: 5202312.

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

Color convert

RGB1369779-
CMYK00.290.420.47
HSL18.95º26.51%42.16%-
HSV(B)18.95º41.91%53.33%-
XYZ15.8414.359.33-
YUV106.61112.42148.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.59%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=43.59%
G=31.09%
B=25.32%

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
Decimal136977900.290.420.4718.9526.5142.16
Hex88614F01D2A2F131b2a
Octal2101411170355257233352
Binary10001000110000110011110111011010101011111001111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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