#865F56

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

Shades of Spicy Mix #865F56

Tints of Spicy Mix #865F56

Color information

#865F56 (or 0x865F56) is unknown color: approx Spicy Mix. HEX triplet: 86, 5F and 56. RGB value is (134,95,86). Sum of RGB (Red+Green+Blue) = 134+95+86=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #865F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F56 is #79A0A9. Grayscale: #696969. Windows color (decimal): -7970986 or 5660550. OLE color: 5660550.

HSL color Cylindrical-coordinate representation of color #865F56: hue angle of 11.25º 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 #865F56 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1349586-
CMYK00.290.360.47
HSL11.25º21.82%43.14%-
HSV(B)11.25º35.82%52.55%-
XYZ15.613.9210.67-
YUV105.64116.92148.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.54%
GREEN value IS 95 (37.5% from 255) = 30.16%
BLUE value IS 86 (33.98% from 255) = 27.30%
R=42.54%
G=30.16%
B=27.30%

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
Decimal134958600.290.360.4711.2521.8243.14
Hex865F5601D242Fb162b
Octal2061371260354457132653
Binary1000011010111111010110011101100100101111101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865F56; }

 p { color: rgb(134,95,86); }

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

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

 a { background-color: rgb(134,95,86); }

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

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

 span { border-color: rgb(134,95,86); }

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