#865950

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

Shades of Spicy Mix #865950

Tints of Spicy Mix #865950

Color information

#865950 (or 0x865950) is unknown color: approx Spicy Mix. HEX triplet: 86, 59 and 50. RGB value is (134,89,80). Sum of RGB (Red+Green+Blue) = 134+89+80=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #865950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865950 is #79A6AF. Grayscale: #656565. Windows color (decimal): -7972528 or 5265798. OLE color: 5265798.

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

Color convert

RGB1348980-
CMYK00.340.400.47
HSL10º25.23%41.96%-
HSV(B)10º40.3%52.55%-
XYZ14.8512.799.28-
YUV101.43115.91151.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.22%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=44.22%
G=29.37%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134898000.340.400.471025.2341.96
Hex865950022282Fa192a
Octal2061311200425057123152
Binary10000110101100110100000100010101000101111101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865950; }

 p { color: rgb(134,89,80); }

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

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

 a { background-color: rgb(134,89,80); }

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

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

 span { border-color: rgb(134,89,80); }

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