#936160

Color #936160 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #936160

Tints of Rose Taupe #936160

Color information

#936160 (or 0x936160) is unknown color: approx Rose Taupe. HEX triplet: 93, 61 and 60. RGB value is (147,97,96). Sum of RGB (Red+Green+Blue) = 147+97+96=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #936160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936160 is #6C9E9F. Grayscale: #6F6F6F. Windows color (decimal): -7118496 or 6316435. OLE color: 6316435.

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

Color convert

RGB1479796-
CMYK00.340.350.42
HSL1.18º20.99%47.65%-
HSV(B)1.18º34.69%57.65%-
XYZ18.4215.613.11-
YUV111.84119.06153.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 97 (38.28% from 255) = 28.53%
BLUE value IS 96 (37.89% from 255) = 28.24%
R=43.24%
G=28.53%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147979600.340.350.421.1820.9947.65
Hex936160022232A11530
Octal223141140042435212560
Binary10010011110000111000000100010100011101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936160; }

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

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

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

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

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

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

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

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