#86614D

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

Shades of Spicy Mix #86614D

Tints of Spicy Mix #86614D

Color information

#86614D (or 0x86614D) is unknown color: approx Spicy Mix. HEX triplet: 86, 61 and 4D. RGB value is (134,97,77). Sum of RGB (Red+Green+Blue) = 134+97+77=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86614D is #799EB2. Grayscale: #696969. Windows color (decimal): -7970483 or 5071238. OLE color: 5071238.

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

Color convert

RGB1349777-
CMYK00.280.430.47
HSL21.05º27.01%41.37%-
HSV(B)21.05º42.54%52.55%-
XYZ15.4514.158.94-
YUV105.78111.76148.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 77 (30.47% from 255) = 25%
R=43.51%
G=31.49%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134977700.280.430.4721.0527.0141.37
Hex86614D01C2B2F151b29
Octal2061411150345357253351
Binary10000110110000110011010111001010111011111010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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