#87614F

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

Shades of Spicy Mix #87614F

Tints of Spicy Mix #87614F

Color information

#87614F (or 0x87614F) is unknown color: approx Spicy Mix. HEX triplet: 87, 61 and 4F. RGB value is (135,97,79). Sum of RGB (Red+Green+Blue) = 135+97+79=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87614F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87614F is #789EB0. Grayscale: #6A6A6A. Windows color (decimal): -7904945 or 5202311. OLE color: 5202311.

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

Color convert

RGB1359779-
CMYK00.280.410.47
HSL19.29º26.17%41.96%-
HSV(B)19.29º41.48%52.94%-
XYZ15.6814.269.32-
YUV106.31112.59148.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=43.41%
G=31.19%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135977900.280.410.4719.2926.1741.96
Hex87614F01C292F131a2a
Octal2071411170345157233252
Binary10000111110000110011110111001010011011111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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