#86604F

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

Shades of Spicy Mix #86604F

Tints of Spicy Mix #86604F

Color information

#86604F (or 0x86604F) is unknown color: approx Spicy Mix. HEX triplet: 86, 60 and 4F. RGB value is (134,96,79). Sum of RGB (Red+Green+Blue) = 134+96+79=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #86604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86604F is #799FB0. Grayscale: #696969. Windows color (decimal): -7970737 or 5202054. OLE color: 5202054.

HSL color Cylindrical-coordinate representation of color #86604F: hue angle of 18.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86604F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1349679-
CMYK00.280.410.47
HSL18.55º25.82%41.76%-
HSV(B)18.55º41.04%52.55%-
XYZ15.43149.29-
YUV105.42113.09148.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 79 (31.25% from 255) = 25.57%
R=43.37%
G=31.07%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134967900.280.410.4718.5525.8241.76
Hex86604F01C292F131a2a
Octal2061401170345157233252
Binary10000110110000010011110111001010011011111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86604F; }

 p { color: rgb(134,96,79); }

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

<style>
 a { background-color: #86604F; }

 a { background-color: rgb(134,96,79); }

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

<style>
 span { border-color: #86604F; }

 span { border-color: rgb(134,96,79); }

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