#955A59

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

Shades of Rose Taupe #955A59

Tints of Rose Taupe #955A59

Color information

#955A59 (or 0x955A59) is unknown color: approx Rose Taupe. HEX triplet: 95, 5A and 59. RGB value is (149,90,89). Sum of RGB (Red+Green+Blue) = 149+90+89=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 89 (35.16% from 255 or 27.13% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #955A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955A59 is #6AA5A6. Grayscale: #6B6B6B. Windows color (decimal): -6989223 or 5855893. OLE color: 5855893.

HSL color Cylindrical-coordinate representation of color #955A59: hue angle of 1º 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 #955A59 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB1499089-
CMYK00.400.400.42
HSL25.21%46.67%-
HSV(B)40.27%58.43%-
XYZ17.8514.4211.29-
YUV107.53117.55157.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 89 (35.16% from 255) = 27.13%
R=45.43%
G=27.44%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149908900.400.400.42125.2146.67
Hex955A59028282A1192f
Octal225132131050505213157
Binary10010101101101010110010101000101000101010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A59; }

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

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

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

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

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

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

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

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