#876056

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

Shades of Spicy Mix #876056

Tints of Spicy Mix #876056

Color information

#876056 (or 0x876056) is unknown color: approx Spicy Mix. HEX triplet: 87, 60 and 56. RGB value is (135,96,86). Sum of RGB (Red+Green+Blue) = 135+96+86=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #876056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876056 is #789FA9. Grayscale: #6A6A6A. Windows color (decimal): -7905194 or 5660807. OLE color: 5660807.

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

Color convert

RGB1359686-
CMYK00.290.360.47
HSL12.24º22.17%43.33%-
HSV(B)12.24º36.3%52.94%-
XYZ15.8514.1910.71-
YUV106.52116.42148.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 86 (33.98% from 255) = 27.13%
R=42.59%
G=30.28%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135968600.290.360.4712.2422.1743.33
Hex87605601D242Fc162b
Octal2071401260354457142653
Binary1000011111000001010110011101100100101111110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876056; }

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

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

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

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

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

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

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

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