#955B59

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

Shades of Rose Taupe #955B59

Tints of Rose Taupe #955B59

Color information

#955B59 (or 0x955B59) is unknown color: approx Rose Taupe. HEX triplet: 95, 5B and 59. RGB value is (149,91,89). Sum of RGB (Red+Green+Blue) = 149+91+89=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #955B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B59 is #6AA4A6. Grayscale: #6C6C6C. Windows color (decimal): -6988967 or 5856149. OLE color: 5856149.

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

Color convert

RGB1499189-
CMYK00.390.400.42
HSL25.21%46.67%-
HSV(B)40.27%58.43%-
XYZ17.9414.5911.32-
YUV108.11117.22157.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=45.29%
G=27.66%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149918900.390.400.42225.2146.67
Hex955B59027282A2192f
Octal225133131047505223157
Binary100101011011011101100101001111010001010101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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