#906160

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

Shades of Rose Taupe #906160

Tints of Rose Taupe #906160

Color information

#906160 (or 0x906160) is unknown color: approx Rose Taupe. HEX triplet: 90, 61 and 60. RGB value is (144,97,96). Sum of RGB (Red+Green+Blue) = 144+97+96=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #906160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906160 is #6F9E9F. Grayscale: #6E6E6E. Windows color (decimal): -7315104 or 6316432. OLE color: 6316432.

HSL color Cylindrical-coordinate representation of color #906160: hue angle of 1.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #906160 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB1449796-
CMYK00.330.330.44
HSL1.25º20%47.06%-
HSV(B)1.25º33.33%56.47%-
XYZ17.8915.3213.08-
YUV110.94119.57151.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=42.73%
G=28.78%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144979600.330.330.441.252047.06
Hex906160021212C1142f
Octal220141140041415412457
Binary10010000110000111000000100001100001101100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906160; }

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

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

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

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

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

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

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

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