Html Css Color HEX #8F6249 Spicy Mix

📋 copy color: '#8F6249'

red 143 ◦ green 98 ◦ blue 73

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

Shades of Spicy Mix #8F6249

Tints of Spicy Mix #8F6249

RGB

 RED value IS 143 (56.25% from 255) = 45.54%

 GREEN value IS 98 (38.67% from 255) = 31.21%

 BLUE value IS 73 (28.91% from 255) = 23.25%

R = 45.54%
G = 31.21%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8F6249 (or 0x8F6249) is known color: Spicy Mix. HEX triplet: 8F, 62 and 49. RGB value is (143,98,73). Sum of RGB (Red+Green+Blue) = 143+98+73=314 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.54% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6249 is #709DB6. Grayscale: #6C6C6C. Windows color (decimal): -7380407 or 4809359. OLE color: 4809359.

HSL color Cylindrical-coordinate representation of color #8F6249: hue angle of 21.43º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F6249 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 98 73 -
CMYK 0 0.31 0.49 0.44
HSL 21.43º 0.32% 0.42% -
HSV(B) 21.43º 0.49% 0.56% -
XYZ 16.9 15.06 8.32 -
YUV 108.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 143 98 73 0 0.31 0.49 0.44 21.43 0.32 0.42
Hex 8F 62 49 0 1F 31 2C 15 20 2A
Octal 217 142 111 0 37 61 54 25 40 52
Binary 10001111 1100010 1001001 0 11111 110001 101100 10101 100000 101010

Color Harmonies of #8F6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6249

Black with #8F6249

Text Example


Text Example

White with #8F6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F6249; }

 p { color: rgb(143,98,73); }

 H1.HeaderClassName
 {
   color: #8F6249;
 }
 .AnyTagClassName
 {
   color: #8F6249;
 }
</style>

background-color css

<style>
 a { background-color: #8F6249; }

 a { background-color: rgb(143,98,73); }

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

border-color css

<style>
 span { border-color: #8F6249; }

 span { border-color: rgb(143,98,73); }

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