#916060

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

Shades of Rose Taupe #916060

Tints of Rose Taupe #916060

Color information

#916060 (or 0x916060) is unknown color: approx Rose Taupe. HEX triplet: 91, 60 and 60. RGB value is (145,96,96). Sum of RGB (Red+Green+Blue) = 145+96+96=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #916060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916060 is #6E9F9F. Grayscale: #6E6E6E. Windows color (decimal): -7249824 or 6316177. OLE color: 6316177.

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

Color convert

RGB1459696-
CMYK00.340.340.43
HSL20.33%47.25%-
HSV(B)33.79%56.86%-
XYZ17.9715.2313.06-
YUV110.65119.73152.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.03%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 96 (37.89% from 255) = 28.49%
R=43.03%
G=28.49%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145969600.340.340.43020.3347.25
Hex916060022222B0142f
Octal221140140042425302457
Binary10010001110000011000000100010100010101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916060; }

 p { color: rgb(145,96,96); }

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

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

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

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

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

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

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