#93614C

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

Shades of Spicy Mix #93614C

Tints of Spicy Mix #93614C

Color information

#93614C (or 0x93614C) is unknown color: approx Spicy Mix. HEX triplet: 93, 61 and 4C. RGB value is (147,97,76). Sum of RGB (Red+Green+Blue) = 147+97+76=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #93614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93614C is #6C9EB3. Grayscale: #6D6D6D. Windows color (decimal): -7118516 or 5005715. OLE color: 5005715.

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

Color convert

RGB1479776-
CMYK00.340.480.42
HSL17.75º31.84%43.73%-
HSV(B)17.75º48.3%57.65%-
XYZ17.6115.278.86-
YUV109.56109.06154.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.94%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=45.94%
G=30.31%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147977600.340.480.4217.7531.8443.73
Hex93614C022302A12202c
Octal2231411140426052224054
Binary1001001111000011001100010001011000010101010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,97,76); }

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

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

 a { background-color: rgb(147,97,76); }

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

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

 span { border-color: rgb(147,97,76); }

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