#955D5A

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

Shades of Rose Taupe #955D5A

Tints of Rose Taupe #955D5A

Color information

#955D5A (or 0x955D5A) is unknown color: approx Rose Taupe. HEX triplet: 95, 5D and 5A. RGB value is (149,93,90). Sum of RGB (Red+Green+Blue) = 149+93+90=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D5A is #6AA2A5. Grayscale: #6D6D6D. Windows color (decimal): -6988454 or 5922197. OLE color: 5922197.

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

Color convert

RGB1499390-
CMYK00.380.400.42
HSL3.05º24.69%46.86%-
HSV(B)3.05º39.6%58.43%-
XYZ18.1514.9611.6-
YUV109.4117.05156.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=44.88%
G=28.01%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149939000.380.400.423.0524.6946.86
Hex955D5A026282A3192f
Octal225135132046505233157
Binary100101011011101101101001001101010001010101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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