#86584C

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

Shades of Spicy Mix #86584C

Tints of Spicy Mix #86584C

Color information

#86584C (or 0x86584C) is unknown color: approx Spicy Mix. HEX triplet: 86, 58 and 4C. RGB value is (134,88,76). Sum of RGB (Red+Green+Blue) = 134+88+76=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86584C is #79A7B3. Grayscale: #646464. Windows color (decimal): -7972788 or 5003398. OLE color: 5003398.

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

Color convert

RGB1348876-
CMYK00.340.430.47
HSL12.41º27.62%41.18%-
HSV(B)12.41º43.28%52.55%-
XYZ14.6312.578.49-
YUV100.39114.24151.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.97%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=44.97%
G=29.53%
B=25.50%

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
Decimal134887600.340.430.4712.4127.6241.18
Hex86584C0222B2Fc1c29
Octal2061301140425357143451
Binary10000110101100010011000100010101011101111110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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