#86594D

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

Shades of Spicy Mix #86594D

Tints of Spicy Mix #86594D

Color information

#86594D (or 0x86594D) is unknown color: approx Spicy Mix. HEX triplet: 86, 59 and 4D. RGB value is (134,89,77). Sum of RGB (Red+Green+Blue) = 134+89+77=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86594D is #79A6B2. Grayscale: #656565. Windows color (decimal): -7972531 or 5069190. OLE color: 5069190.

HSL color Cylindrical-coordinate representation of color #86594D: hue angle of 12.63º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86594D is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB1348977-
CMYK00.340.430.47
HSL12.63º27.01%41.37%-
HSV(B)12.63º42.54%52.55%-
XYZ14.7412.758.7-
YUV101.09114.41151.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 77 (30.47% from 255) = 25.67%
R=44.67%
G=29.67%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134897700.340.430.4712.6327.0141.37
Hex86594D0222B2Fd1b29
Octal2061311150425357153351
Binary10000110101100110011010100010101011101111110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86594D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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