#86594E

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

Shades of Spicy Mix #86594E

Tints of Spicy Mix #86594E

Color information

#86594E (or 0x86594E) is unknown color: approx Spicy Mix. HEX triplet: 86, 59 and 4E. RGB value is (134,89,78). Sum of RGB (Red+Green+Blue) = 134+89+78=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #86594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86594E is #79A6B1. Grayscale: #656565. Windows color (decimal): -7972530 or 5134726. OLE color: 5134726.

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

Color convert

RGB1348978-
CMYK00.340.420.47
HSL11.79º26.42%41.57%-
HSV(B)11.79º41.79%52.55%-
XYZ14.7812.768.89-
YUV101.2114.91151.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=44.52%
G=29.57%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134897800.340.420.4711.7926.4241.57
Hex86594E0222A2Fc1a2a
Octal2061311160425257143252
Binary10000110101100110011100100010101010101111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86594E; }

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

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

<style>
 a { background-color: #86594E; }

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

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

<style>
 span { border-color: #86594E; }

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

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