#955F5B

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

Shades of Rose Taupe #955F5B

Tints of Rose Taupe #955F5B

Color information

#955F5B (or 0x955F5B) is unknown color: approx Rose Taupe. HEX triplet: 95, 5F and 5B. RGB value is (149,95,91). Sum of RGB (Red+Green+Blue) = 149+95+91=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #955F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F5B is #6AA0A4. Grayscale: #6E6E6E. Windows color (decimal): -6987941 or 5988245. OLE color: 5988245.

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

Color convert

RGB1499591-
CMYK00.360.390.42
HSL4.14º24.17%47.06%-
HSV(B)4.14º38.93%58.43%-
XYZ18.3715.3311.89-
YUV110.69116.89155.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 95 (37.5% from 255) = 28.36%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=44.48%
G=28.36%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149959100.360.390.424.1424.1747.06
Hex955F5B024272A4182f
Octal225137133044475243057
Binary1001010110111111011011010010010011110101010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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