#876155

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

Shades of Spicy Mix #876155

Tints of Spicy Mix #876155

Color information

#876155 (or 0x876155) is unknown color: approx Spicy Mix. HEX triplet: 87, 61 and 55. RGB value is (135,97,85). Sum of RGB (Red+Green+Blue) = 135+97+85=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #876155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876155 is #789EAA. Grayscale: #6B6B6B. Windows color (decimal): -7904939 or 5595527. OLE color: 5595527.

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

Color convert

RGB1359785-
CMYK00.280.370.47
HSL14.4º22.73%43.14%-
HSV(B)14.4º37.04%52.94%-
XYZ15.9114.3610.53-
YUV106.99115.59147.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=42.59%
G=30.60%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135978500.280.370.4714.422.7343.14
Hex87615501C252Fe172b
Octal2071411250344557162753
Binary1000011111000011010101011100100101101111111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876155; }

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

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

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

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

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

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

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

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