#865F4E

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

Shades of Spicy Mix #865F4E

Tints of Spicy Mix #865F4E

Color information

#865F4E (or 0x865F4E) is unknown color: approx Spicy Mix. HEX triplet: 86, 5F and 4E. RGB value is (134,95,78). Sum of RGB (Red+Green+Blue) = 134+95+78=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #865F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F4E is #79A0B1. Grayscale: #686868. Windows color (decimal): -7970994 or 5136262. OLE color: 5136262.

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

Color convert

RGB1349578-
CMYK00.290.420.47
HSL18.21º26.42%41.57%-
HSV(B)18.21º41.79%52.55%-
XYZ15.313.89.07-
YUV104.72112.92148.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 78 (30.86% from 255) = 25.41%
R=43.65%
G=30.94%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134957800.290.420.4718.2126.4241.57
Hex865F4E01D2A2F121a2a
Octal2061371160355257223252
Binary10000110101111110011100111011010101011111001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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