#865E4E

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

Shades of Spicy Mix #865E4E

Tints of Spicy Mix #865E4E

Color information

#865E4E (or 0x865E4E) is unknown color: approx Spicy Mix. HEX triplet: 86, 5E and 4E. RGB value is (134,94,78). Sum of RGB (Red+Green+Blue) = 134+94+78=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E4E is #79A1B1. Grayscale: #686868. Windows color (decimal): -7971250 or 5136006. OLE color: 5136006.

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

Color convert

RGB1349478-
CMYK00.300.420.47
HSL17.14º26.42%41.57%-
HSV(B)17.14º41.79%52.55%-
XYZ15.2113.629.04-
YUV104.14113.25149.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 78 (30.86% from 255) = 25.49%
R=43.79%
G=30.72%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134947800.300.420.4717.1426.4241.57
Hex865E4E01E2A2F111a2a
Octal2061361160365257213252
Binary10000110101111010011100111101010101011111000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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