#876054

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

Shades of Spicy Mix #876054

Tints of Spicy Mix #876054

Color information

#876054 (or 0x876054) is unknown color: approx Spicy Mix. HEX triplet: 87, 60 and 54. RGB value is (135,96,84). Sum of RGB (Red+Green+Blue) = 135+96+84=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 84 (33.20% from 255 or 26.67% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #876054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876054 is #789FAB. Grayscale: #6A6A6A. Windows color (decimal): -7905196 or 5529735. OLE color: 5529735.

HSL color Cylindrical-coordinate representation of color #876054: hue angle of 14.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #876054 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1359684-
CMYK00.290.380.47
HSL14.12º23.29%42.94%-
HSV(B)14.12º37.78%52.94%-
XYZ15.7714.1610.29-
YUV106.29115.42148.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.86%
GREEN value IS 96 (37.89% from 255) = 30.48%
BLUE value IS 84 (33.20% from 255) = 26.67%
R=42.86%
G=30.48%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135968400.290.380.4714.1223.2942.94
Hex87605401D262Fe172b
Octal2071401240354657162753
Binary1000011111000001010100011101100110101111111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876054; }

 p { color: rgb(135,96,84); }

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

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

 a { background-color: rgb(135,96,84); }

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

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

 span { border-color: rgb(135,96,84); }

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