#87614C

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

Shades of Spicy Mix #87614C

Tints of Spicy Mix #87614C

Color information

#87614C (or 0x87614C) is unknown color: approx Spicy Mix. HEX triplet: 87, 61 and 4C. RGB value is (135,97,76). Sum of RGB (Red+Green+Blue) = 135+97+76=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87614C is #789EB3. Grayscale: #6A6A6A. Windows color (decimal): -7904948 or 5005703. OLE color: 5005703.

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

Color convert

RGB1359776-
CMYK00.280.440.47
HSL21.36º27.96%41.37%-
HSV(B)21.36º43.7%52.94%-
XYZ15.5714.228.76-
YUV105.97111.09148.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 76 (30.08% from 255) = 24.68%
R=43.83%
G=31.49%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135977600.280.440.4721.3627.9641.37
Hex87614C01C2C2F151c29
Octal2071411140345457253451
Binary10000111110000110011000111001011001011111010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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