#865F51

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

Shades of Spicy Mix #865F51

Tints of Spicy Mix #865F51

Color information

#865F51 (or 0x865F51) is unknown color: approx Spicy Mix. HEX triplet: 86, 5F and 51. RGB value is (134,95,81). Sum of RGB (Red+Green+Blue) = 134+95+81=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 95 (37.5% from 255 or 30.65% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #865F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F51 is #79A0AE. Grayscale: #696969. Windows color (decimal): -7970991 or 5332870. OLE color: 5332870.

HSL color Cylindrical-coordinate representation of color #865F51: hue angle of 15.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865F51 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1349581-
CMYK00.290.400.47
HSL15.85º24.65%42.16%-
HSV(B)15.85º39.55%52.55%-
XYZ15.4113.859.65-
YUV105.06114.42148.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 95 (37.5% from 255) = 30.65%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=43.23%
G=30.65%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134958100.290.400.4715.8524.6542.16
Hex865F5101D282F10192a
Octal2061371210355057203152
Binary10000110101111110100010111011010001011111000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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