#936150

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

Shades of Spicy Mix #936150

Tints of Spicy Mix #936150

Color information

#936150 (or 0x936150) is unknown color: approx Spicy Mix. HEX triplet: 93, 61 and 50. RGB value is (147,97,80). Sum of RGB (Red+Green+Blue) = 147+97+80=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 147 - color contains mainly: red. Hex color #936150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936150 is #6C9EAF. Grayscale: #6E6E6E. Windows color (decimal): -7118512 or 5267859. OLE color: 5267859.

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

Color convert

RGB1479780-
CMYK00.340.460.42
HSL15.22º29.52%44.51%-
HSV(B)15.22º45.58%57.65%-
XYZ17.7615.339.61-
YUV110.01111.06154.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.37%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=45.37%
G=29.94%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147978000.340.460.4215.2229.5244.51
Hex9361500222E2Af1e2d
Octal2231411200425652173655
Binary10010011110000110100000100010101110101010111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936150; }

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

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

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

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

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

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

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

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