Html Css Color HEX #86614D Spicy Mix

📋 copy color: '#86614D'

red 134 ◦ green 97 ◦ blue 77

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

Shades of Spicy Mix #86614D

Tints of Spicy Mix #86614D

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

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86614D (or 0x86614D) is known color: 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

RGB 134 97 77 -
CMYK 0 0.28 0.43 0.47
HSL 21.05º 0.27% 0.41% -
HSV(B) 21.05º 0.43% 0.53% -
XYZ 15.45 14.15 8.94 -
YUV 105.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 134 97 77 0 0.28 0.43 0.47 21.05 0.27 0.41
Hex 86 61 4D 0 1C 2B 2F 15 1B 29
Octal 206 141 115 0 34 53 57 25 33 51
Binary 10000110 1100001 1001101 0 11100 101011 101111 10101 11011 101001

Color Harmonies of #86614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86614D

Black with #86614D

Text Example


Text Example

White with #86614D

Text Example


Text Example

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