#956060

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

Shades of Rose Taupe #956060

Tints of Rose Taupe #956060

Color information

#956060 (or 0x956060) is unknown color: approx Rose Taupe. HEX triplet: 95, 60 and 60. RGB value is (149,96,96). Sum of RGB (Red+Green+Blue) = 149+96+96=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 96 (37.89% from 255 or 28.15% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #956060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956060 is #6A9F9F. Grayscale: #6F6F6F. Windows color (decimal): -6987680 or 6316181. OLE color: 6316181.

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

Color convert

RGB1499696-
CMYK00.360.360.42
HSL21.63%48.04%-
HSV(B)35.57%58.43%-
XYZ18.6915.613.09-
YUV111.85119.06154.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.70%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 96 (37.89% from 255) = 28.15%
R=43.70%
G=28.15%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149969600.360.360.42021.6348.04
Hex956060024242A01630
Octal225140140044445202660
Binary10010101110000011000000100100100100101010010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956060; }

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

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

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

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

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

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

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

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