#946151

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

Shades of Spicy Mix #946151

Tints of Spicy Mix #946151

Color information

#946151 (or 0x946151) is unknown color: approx Spicy Mix. HEX triplet: 94, 61 and 51. RGB value is (148,97,81). Sum of RGB (Red+Green+Blue) = 148+97+81=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #946151 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946151 is #6B9EAE. Grayscale: #6E6E6E. Windows color (decimal): -7052975 or 5333396. OLE color: 5333396.

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

Color convert

RGB1489781-
CMYK00.340.450.42
HSL14.33º29.26%44.9%-
HSV(B)14.33º45.27%58.04%-
XYZ17.9715.449.82-
YUV110.42111.4154.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 97 (38.28% from 255) = 29.75%
BLUE value IS 81 (32.03% from 255) = 24.85%
R=45.40%
G=29.75%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148978100.340.450.4214.3329.2644.9
Hex9461510222D2Ae1d2d
Octal2241411210425552163555
Binary10010100110000110100010100010101101101010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946151; }

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

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

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

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

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

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

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

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