#865D4E

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

Shades of Spicy Mix #865D4E

Tints of Spicy Mix #865D4E

Color information

#865D4E (or 0x865D4E) is unknown color: approx Spicy Mix. HEX triplet: 86, 5D and 4E. RGB value is (134,93,78). Sum of RGB (Red+Green+Blue) = 134+93+78=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #865D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D4E is #79A2B1. Grayscale: #676767. Windows color (decimal): -7971506 or 5135750. OLE color: 5135750.

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

Color convert

RGB1349378-
CMYK00.310.420.47
HSL16.07º26.42%41.57%-
HSV(B)16.07º41.79%52.55%-
XYZ15.1213.459.01-
YUV103.55113.58149.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=43.93%
G=30.49%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134937800.310.420.4716.0726.4241.57
Hex865D4E01F2A2F101a2a
Octal2061351160375257203252
Binary10000110101110110011100111111010101011111000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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