Html Css Color HEX #946046 Spicy Mix

📋 copy color: '#946046'

red 148 ◦ green 96 ◦ blue 70

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

Shades of Spicy Mix #946046

Tints of Spicy Mix #946046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.57%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 47.13%
G = 30.57%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#946046 (or 0x946046) is known color: Spicy Mix. HEX triplet: 94, 60 and 46. RGB value is (148,96,70). Sum of RGB (Red+Green+Blue) = 148+96+70=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #946046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946046 is #6B9FB9. Grayscale: #6C6C6C. Windows color (decimal): -7053242 or 4612244. OLE color: 4612244.

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

Color convert

RGB 148 96 70 -
CMYK 0 0.35 0.53 0.42
HSL 20º 0.36% 0.43% -
HSV(B) 20º 0.53% 0.58% -
XYZ 17.5 15.1 7.79 -
YUV 108.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 148 96 70 0 0.35 0.53 0.42 20 0.36 0.43
Hex 94 60 46 0 23 35 2A 14 24 2B
Octal 224 140 106 0 43 65 52 24 44 53
Binary 10010100 1100000 1000110 0 100011 110101 101010 10100 100100 101011

Color Harmonies of #946046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946046

Black with #946046

Text Example


Text Example

White with #946046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946046; }

 p { color: rgb(148,96,70); }

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

background-color css

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

 a { background-color: rgb(148,96,70); }

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

border-color css

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

 span { border-color: rgb(148,96,70); }

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