#955C5B

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

Shades of Rose Taupe #955C5B

Tints of Rose Taupe #955C5B

Color information

#955C5B (or 0x955C5B) is unknown color: approx Rose Taupe. HEX triplet: 95, 5C and 5B. RGB value is (149,92,91). Sum of RGB (Red+Green+Blue) = 149+92+91=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C5B is #6AA3A4. Grayscale: #6C6C6C. Windows color (decimal): -6988709 or 5987477. OLE color: 5987477.

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

Color convert

RGB1499291-
CMYK00.380.390.42
HSL1.03º24.17%47.06%-
HSV(B)1.03º38.93%58.43%-
XYZ18.1114.811.8-
YUV108.93117.88156.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=44.88%
G=27.71%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149929100.380.390.421.0324.1747.06
Hex955C5B026272A1182f
Octal225134133046475213057
Binary10010101101110010110110100110100111101010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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