#94614a

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

Shades of Spicy Mix #94614A

Tints of Spicy Mix #94614A

Color information

#94614A (or 0x94614A) is unknown color: approx Spicy Mix. HEX triplet: 94, 61 and 4A. RGB value is (148,97,74). Sum of RGB (Red+Green+Blue) = 148+97+74=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #94614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94614A is #6B9EB5. Grayscale: #6D6D6D. Windows color (decimal): -7052982 or 4874644. OLE color: 4874644.

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

Color convert

RGB1489774-
CMYK00.340.500.42
HSL18.65º33.33%43.53%-
HSV(B)18.65º50%58.04%-
XYZ17.7215.348.51-
YUV109.63107.9155.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 74 (29.30% from 255) = 23.20%
R=46.39%
G=30.41%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148977400.340.500.4218.6533.3343.53
Hex94614A022322A13212c
Octal2241411120426252234154
Binary1001010011000011001010010001011001010101010011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94614a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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