#865E4F

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

Shades of Spicy Mix #865E4F

Tints of Spicy Mix #865E4F

Color information

#865E4F (or 0x865E4F) is unknown color: approx Spicy Mix. HEX triplet: 86, 5E and 4F. RGB value is (134,94,79). Sum of RGB (Red+Green+Blue) = 134+94+79=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #865E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E4F is #79A1B0. Grayscale: #686868. Windows color (decimal): -7971249 or 5201542. OLE color: 5201542.

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

Color convert

RGB1349479-
CMYK00.300.410.47
HSL16.36º25.82%41.76%-
HSV(B)16.36º41.04%52.55%-
XYZ15.2513.649.23-
YUV104.25113.75149.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.65%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 79 (31.25% from 255) = 25.73%
R=43.65%
G=30.62%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134947900.300.410.4716.3625.8241.76
Hex865E4F01E292F101a2a
Octal2061361170365157203252
Binary10000110101111010011110111101010011011111000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,94,79); }

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

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

 a { background-color: rgb(134,94,79); }

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

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

 span { border-color: rgb(134,94,79); }

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