#946160

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

Shades of Rose Taupe #946160

Tints of Rose Taupe #946160

Color information

#946160 (or 0x946160) is unknown color: approx Rose Taupe. HEX triplet: 94, 61 and 60. RGB value is (148,97,96). Sum of RGB (Red+Green+Blue) = 148+97+96=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #946160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946160 is #6B9E9F. Grayscale: #707070. Windows color (decimal): -7052960 or 6316436. OLE color: 6316436.

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

Color convert

RGB1489796-
CMYK00.340.350.42
HSL1.15º21.31%47.84%-
HSV(B)1.15º35.14%58.04%-
XYZ18.615.6913.11-
YUV112.14118.9153.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=43.40%
G=28.45%
B=28.15%

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
Decimal148979600.340.350.421.1521.3147.84
Hex946160022232A11530
Octal224141140042435212560
Binary10010100110000111000000100010100011101010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946160; }

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

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

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

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

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

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

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

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