Html Css Color HEX #946149 Spicy Mix

📋 copy color: '#946149'

red 148 ◦ green 97 ◦ blue 73

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

Shades of Spicy Mix #946149

Tints of Spicy Mix #946149

RGB

 RED value IS 148 (58.2% from 255) = 46.54%

 GREEN value IS 97 (38.28% from 255) = 30.5%

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

R = 46.54%
G = 30.5%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#946149 (or 0x946149) is known color: Spicy Mix. HEX triplet: 94, 61 and 49. RGB value is (148,97,73). Sum of RGB (Red+Green+Blue) = 148+97+73=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #946149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946149 is #6B9EB6. Grayscale: #6D6D6D. Windows color (decimal): -7052983 or 4809108. OLE color: 4809108.

HSL color Cylindrical-coordinate representation of color #946149: hue angle of 19.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946149 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 97 73 -
CMYK 0 0.34 0.51 0.42
HSL 19.2º 0.34% 0.43% -
HSV(B) 19.2º 0.51% 0.58% -
XYZ 17.69 15.33 8.33 -
YUV 109.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 148 97 73 0 0.34 0.51 0.42 19.2 0.34 0.43
Hex 94 61 49 0 22 33 2A 13 22 2B
Octal 224 141 111 0 42 63 52 23 42 53
Binary 10010100 1100001 1001001 0 100010 110011 101010 10011 100010 101011

Color Harmonies of #946149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946149

Black with #946149

Text Example


Text Example

White with #946149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946149; }

 p { color: rgb(148,97,73); }

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

background-color css

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

 a { background-color: rgb(148,97,73); }

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

border-color css

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

 span { border-color: rgb(148,97,73); }

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