#94604C

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

Shades of Spicy Mix #94604C

Tints of Spicy Mix #94604C

Color information

#94604C (or 0x94604C) is unknown color: approx Spicy Mix. HEX triplet: 94, 60 and 4C. RGB value is (148,96,76). Sum of RGB (Red+Green+Blue) = 148+96+76=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #94604C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94604C is #6B9FB3. Grayscale: #6D6D6D. Windows color (decimal): -7053236 or 5005460. OLE color: 5005460.

HSL color Cylindrical-coordinate representation of color #94604C: hue angle of 16.67º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94604C is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1489676-
CMYK00.350.490.42
HSL16.67º32.14%43.92%-
HSV(B)16.67º48.65%58.04%-
XYZ17.715.188.84-
YUV109.27109.23155.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=46.25%
G=30%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148967600.350.490.4216.6732.1443.92
Hex94604C023312A11202c
Octal2241401140436152214054
Binary1001010011000001001100010001111000110101010001100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94604C; }

 p { color: rgb(148,96,76); }

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

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

 a { background-color: rgb(148,96,76); }

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

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

 span { border-color: rgb(148,96,76); }

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