#956059

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

Shades of Rose Taupe #956059

Tints of Rose Taupe #956059

Color information

#956059 (or 0x956059) is unknown color: approx Rose Taupe. HEX triplet: 95, 60 and 59. RGB value is (149,96,89). Sum of RGB (Red+Green+Blue) = 149+96+89=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #956059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956059 is #6A9FA6. Grayscale: #6F6F6F. Windows color (decimal): -6987687 or 5857429. OLE color: 5857429.

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

Color convert

RGB1499689-
CMYK00.360.400.42
HSL25.21%46.67%-
HSV(B)40.27%58.43%-
XYZ18.3815.4811.47-
YUV111.05115.56155.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=44.61%
G=28.74%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149968900.360.400.42725.2146.67
Hex956059024282A7192f
Octal225140131044505273157
Binary1001010111000001011001010010010100010101011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956059; }

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

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

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

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

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

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

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

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