#865A51

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

Shades of Spicy Mix #865A51

Tints of Spicy Mix #865A51

Color information

#865A51 (or 0x865A51) is unknown color: approx Spicy Mix. HEX triplet: 86, 5A and 51. RGB value is (134,90,81). Sum of RGB (Red+Green+Blue) = 134+90+81=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #865A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A51 is #79A5AE. Grayscale: #666666. Windows color (decimal): -7972271 or 5331590. OLE color: 5331590.

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

Color convert

RGB1349081-
CMYK00.330.400.47
HSL10.19º24.65%42.16%-
HSV(B)10.19º39.55%52.55%-
XYZ14.9712.979.5-
YUV102.13116.08150.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=43.93%
G=29.51%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134908100.330.400.4710.1924.6542.16
Hex865A51021282Fa192a
Octal2061321210415057123152
Binary10000110101101010100010100001101000101111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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