Html Css Color HEX #86584D Spicy Mix

📋 copy color: '#86584D'

red 134 ◦ green 88 ◦ blue 77

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

Shades of Spicy Mix #86584D

Tints of Spicy Mix #86584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 44.82%
G = 29.43%
B = 25.75%

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

#86584D (or 0x86584D) is known color: Spicy Mix. HEX triplet: 86, 58 and 4D. RGB value is (134,88,77). Sum of RGB (Red+Green+Blue) = 134+88+77=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #86584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86584D is #79A7B2. Grayscale: #646464. Windows color (decimal): -7972787 or 5068934. OLE color: 5068934.

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

Color convert

RGB 134 88 77 -
CMYK 0 0.34 0.43 0.47
HSL 11.58º 0.27% 0.41% -
HSV(B) 11.58º 0.43% 0.53% -
XYZ 14.66 12.58 8.68 -
YUV 100.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 134 88 77 0 0.34 0.43 0.47 11.58 0.27 0.41
Hex 86 58 4D 0 22 2B 2F C 1B 29
Octal 206 130 115 0 42 53 57 14 33 51
Binary 10000110 1011000 1001101 0 100010 101011 101111 1100 11011 101001

Color Harmonies of #86584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86584D

Black with #86584D

Text Example


Text Example

White with #86584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86584D;
 }
 .AnyTagClassName
 {
   color: #86584D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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