Html Css Color HEX #86594C Spicy Mix

📋 copy color: '#86594C'

red 134 ◦ green 89 ◦ blue 76

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

Shades of Spicy Mix #86594C

Tints of Spicy Mix #86594C

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 value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86594C (or 0x86594C) is known color: 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

RGB 134 89 76 -
CMYK 0 0.34 0.43 0.47
HSL 13.45º 0.28% 0.41% -
HSV(B) 13.45º 0.43% 0.53% -
XYZ 14.71 12.73 8.52 -
YUV 100.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 134 89 76 0 0.34 0.43 0.47 13.45 0.28 0.41
Hex 86 59 4C 0 22 2B 2F D 1C 29
Octal 206 131 114 0 42 53 57 15 34 51
Binary 10000110 1011001 1001100 0 100010 101011 101111 1101 11100 101001

Color Harmonies of #86594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86594C

Black with #86594C

Text Example


Text Example

White with #86594C

Text Example


Text Example

HTML Codes & Css Web 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>