#936050

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

Shades of Spicy Mix #936050

Tints of Spicy Mix #936050

Color information

#936050 (or 0x936050) is unknown color: approx Spicy Mix. HEX triplet: 93, 60 and 50. RGB value is (147,96,80). Sum of RGB (Red+Green+Blue) = 147+96+80=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 147 - color contains mainly: red. Hex color #936050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936050 is #6C9FAF. Grayscale: #6D6D6D. Windows color (decimal): -7118768 or 5267603. OLE color: 5267603.

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

Color convert

RGB1479680-
CMYK00.350.460.42
HSL14.33º29.52%44.51%-
HSV(B)14.33º45.58%57.65%-
XYZ17.6615.159.58-
YUV109.42111.4154.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=45.51%
G=29.72%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147968000.350.460.4214.3329.5244.51
Hex9360500232E2Ae1e2d
Octal2231401200435652163655
Binary10010011110000010100000100011101110101010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936050; }

 p { color: rgb(147,96,80); }

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

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

 a { background-color: rgb(147,96,80); }

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

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

 span { border-color: rgb(147,96,80); }

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