Html Css Color HEX #916249 Spicy Mix

📋 copy color: '#916249'

red 145 ◦ green 98 ◦ blue 73

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

Shades of Spicy Mix #916249

Tints of Spicy Mix #916249

RGB

 RED value IS 145 (57.03% from 255) = 45.89%

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

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

R = 45.89%
G = 31.01%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#916249 (or 0x916249) is known color: Spicy Mix. HEX triplet: 91, 62 and 49. RGB value is (145,98,73). Sum of RGB (Red+Green+Blue) = 145+98+73=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #916249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916249 is #6E9DB6. Grayscale: #6D6D6D. Windows color (decimal): -7249335 or 4809361. OLE color: 4809361.

HSL color Cylindrical-coordinate representation of color #916249: hue angle of 20.83º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #916249 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 98 73 -
CMYK 0 0.32 0.50 0.43
HSL 20.83º 0.33% 0.43% -
HSV(B) 20.83º 0.5% 0.57% -
XYZ 17.25 15.24 8.34 -
YUV 109.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 145 98 73 0 0.32 0.50 0.43 20.83 0.33 0.43
Hex 91 62 49 0 20 32 2B 15 21 2B
Octal 221 142 111 0 40 62 53 25 41 53
Binary 10010001 1100010 1001001 0 100000 110010 101011 10101 100001 101011

Color Harmonies of #916249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916249

Black with #916249

Text Example


Text Example

White with #916249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916249; }

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

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

background-color css

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

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

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

border-color css

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

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

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