Html Css Color HEX #86594A Spicy Mix

📋 copy color: '#86594A'

red 134 ◦ green 89 ◦ blue 74

#86594A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #86594A

Tints of Spicy Mix #86594A

RGB

 RED value IS 134 (52.73% from 255) = 45.12%

 GREEN value IS 89 (35.16% from 255) = 29.97%

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 45.12%
G = 29.97%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#86594A (or 0x86594A) is known color: Spicy Mix. HEX triplet: 86, 59 and 4A. RGB value is (134,89,74). Sum of RGB (Red+Green+Blue) = 134+89+74=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86594A is #79A6B5. Grayscale: #646464. Windows color (decimal): -7972534 or 4872582. OLE color: 4872582.

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

Color convert

RGB 134 89 74 -
CMYK 0 0.34 0.45 0.47
HSL 15º 0.29% 0.41% -
HSV(B) 15º 0.45% 0.53% -
XYZ 14.64 12.71 8.16 -
YUV 100.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 134 89 74 0 0.34 0.45 0.47 15 0.29 0.41
Hex 86 59 4A 0 22 2D 2F F 1D 29
Octal 206 131 112 0 42 55 57 17 35 51
Binary 10000110 1011001 1001010 0 100010 101101 101111 1111 11101 101001

Color Harmonies of #86594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86594A

Black with #86594A

Text Example


Text Example

White with #86594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86594A;
 }
 .AnyTagClassName
 {
   color: #86594A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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