#865D56

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

Shades of Spicy Mix #865D56

Tints of Spicy Mix #865D56

Color information

#865D56 (or 0x865D56) is unknown color: approx Spicy Mix. HEX triplet: 86, 5D and 56. RGB value is (134,93,86). Sum of RGB (Red+Green+Blue) = 134+93+86=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D56 is #79A2A9. Grayscale: #686868. Windows color (decimal): -7971498 or 5660038. OLE color: 5660038.

HSL color Cylindrical-coordinate representation of color #865D56: hue angle of 8.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865D56 is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB1349386-
CMYK00.310.360.47
HSL8.75º21.82%43.14%-
HSV(B)8.75º35.82%52.55%-
XYZ15.4313.5710.61-
YUV104.46117.58149.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=42.81%
G=29.71%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134938600.310.360.478.7521.8243.14
Hex865D5601F242F9162b
Octal2061351260374457112653
Binary1000011010111011010110011111100100101111100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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