Html Css Color HEX #86594B Spicy Mix

📋 copy color: '#86594B'

red 134 ◦ green 89 ◦ blue 75

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

Shades of Spicy Mix #86594B

Tints of Spicy Mix #86594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.17%

R = 44.97%
G = 29.87%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#86594B (or 0x86594B) is known color: Spicy Mix. HEX triplet: 86, 59 and 4B. RGB value is (134,89,75). Sum of RGB (Red+Green+Blue) = 134+89+75=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86594B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86594B is #79A6B4. Grayscale: #646464. Windows color (decimal): -7972533 or 4938118. OLE color: 4938118.

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

Color convert

RGB 134 89 75 -
CMYK 0 0.34 0.44 0.47
HSL 14.24º 0.28% 0.41% -
HSV(B) 14.24º 0.44% 0.53% -
XYZ 14.67 12.72 8.34 -
YUV 100.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 134 89 75 0 0.34 0.44 0.47 14.24 0.28 0.41
Hex 86 59 4B 0 22 2C 2F E 1C 29
Octal 206 131 113 0 42 54 57 16 34 51
Binary 10000110 1011001 1001011 0 100010 101100 101111 1110 11100 101001

Color Harmonies of #86594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86594B

Black with #86594B

Text Example


Text Example

White with #86594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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