#936350

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

Shades of Spicy Mix #936350

Tints of Spicy Mix #936350

Color information

#936350 (or 0x936350) is unknown color: approx Spicy Mix. HEX triplet: 93, 63 and 50. RGB value is (147,99,80). Sum of RGB (Red+Green+Blue) = 147+99+80=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #936350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936350 is #6C9CAF. Grayscale: #6F6F6F. Windows color (decimal): -7118000 or 5268371. OLE color: 5268371.

HSL color Cylindrical-coordinate representation of color #936350: hue angle of 17.01º 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 #936350 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB1479980-
CMYK00.330.460.42
HSL17.01º29.52%44.51%-
HSV(B)17.01º45.58%57.65%-
XYZ17.9415.719.68-
YUV111.19110.4153.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.09%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=45.09%
G=30.37%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147998000.330.460.4217.0129.5244.51
Hex9363500212E2A111e2d
Octal2231431200415652213655
Binary100100111100011101000001000011011101010101000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936350; }

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

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

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

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

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

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

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

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