#946046

Color #946046 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #946046

Tints of Spicy Mix #946046

Color information

#946046 (or 0x946046) is unknown color: approx 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

RGB1489670-
CMYK00.350.530.42
HSL20º35.78%42.75%-
HSV(B)20º52.7%58.04%-
XYZ17.515.17.79-
YUV108.58106.23156.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148967000.350.530.422035.7842.75
Hex946046023352A14242b
Octal2241401060436552244453
Binary1001010011000001000110010001111010110101010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>