#946250

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

Shades of Spicy Mix #946250

Tints of Spicy Mix #946250

Color information

#946250 (or 0x946250) is unknown color: approx Spicy Mix. HEX triplet: 94, 62 and 50. RGB value is (148,98,80). Sum of RGB (Red+Green+Blue) = 148+98+80=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #946250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946250 is #6B9DAF. Grayscale: #6F6F6F. Windows color (decimal): -7052720 or 5268116. OLE color: 5268116.

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

Color convert

RGB1489880-
CMYK00.340.460.42
HSL15.88º29.82%44.71%-
HSV(B)15.88º45.95%58.04%-
XYZ18.0315.619.65-
YUV110.9110.56154.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=45.40%
G=30.06%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148988000.340.460.4215.8829.8244.71
Hex9462500222E2A101e2d
Octal2241421200425652203655
Binary100101001100010101000001000101011101010101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946250; }

 p { color: rgb(148,98,80); }

 H1.HeaderClassName
 {
   color: #946250;
 }
 .AnyTagClassName
 {
   color: #946250;
 }
</style>
background-color css

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

 a { background-color: rgb(148,98,80); }

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

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

 span { border-color: rgb(148,98,80); }

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