#86594C

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

Shades of Spicy Mix #86594C

Tints of Spicy Mix #86594C

Color information

#86594C (or 0x86594C) is unknown color: approx Spicy Mix. HEX triplet: 86, 59 and 4C. RGB value is (134,89,76). Sum of RGB (Red+Green+Blue) = 134+89+76=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86594C is #79A6B3. Grayscale: #656565. Windows color (decimal): -7972532 or 5003654. OLE color: 5003654.

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

Color convert

RGB1348976-
CMYK00.340.430.47
HSL13.45º27.62%41.18%-
HSV(B)13.45º43.28%52.55%-
XYZ14.7112.738.52-
YUV100.97113.91151.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.82%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 76 (30.08% from 255) = 25.42%
R=44.82%
G=29.77%
B=25.42%

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
Decimal134897600.340.430.4713.4527.6241.18
Hex86594C0222B2Fd1c29
Octal2061311140425357153451
Binary10000110101100110011000100010101011101111110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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