#955957

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

Shades of Rose Taupe #955957

Tints of Rose Taupe #955957

Color information

#955957 (or 0x955957) is unknown color: approx Rose Taupe. HEX triplet: 95, 59 and 57. RGB value is (149,89,87). Sum of RGB (Red+Green+Blue) = 149+89+87=325 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.85% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 149 - color contains mainly: red. Hex color #955957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955957 is #6AA6A8. Grayscale: #6A6A6A. Windows color (decimal): -6989481 or 5724565. OLE color: 5724565.

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

Color convert

RGB1498987-
CMYK00.400.420.42
HSL1.94º26.27%46.27%-
HSV(B)1.94º41.61%58.43%-
XYZ17.6914.2210.83-
YUV106.71116.88158.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.85%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=45.85%
G=27.38%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149898700.400.420.421.9426.2746.27
Hex9559570282A2A21a2e
Octal225131127050525223256
Binary100101011011001101011101010001010101010101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955957; }

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

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

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

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

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

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

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

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