#94614E

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

Shades of Spicy Mix #94614E

Tints of Spicy Mix #94614E

Color information

#94614E (or 0x94614E) is unknown color: approx Spicy Mix. HEX triplet: 94, 61 and 4E. RGB value is (148,97,78). Sum of RGB (Red+Green+Blue) = 148+97+78=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94614E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94614E is #6B9EB1. Grayscale: #6E6E6E. Windows color (decimal): -7052978 or 5136788. OLE color: 5136788.

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

Color convert

RGB1489778-
CMYK00.340.470.42
HSL16.29º30.97%44.31%-
HSV(B)16.29º47.3%58.04%-
XYZ17.8615.49.24-
YUV110.08109.9155.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 97 (38.28% from 255) = 30.03%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=45.82%
G=30.03%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148977800.340.470.4216.2930.9744.31
Hex94614E0222F2A101f2c
Octal2241411160425752203754
Binary100101001100001100111001000101011111010101000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94614E; }

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

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

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

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

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

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

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

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