#9B5D58

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

Shades of Rose Taupe #9B5D58

Tints of Rose Taupe #9B5D58

Color information

#9B5D58 (or 0x9B5D58) is unknown color: approx Rose Taupe. HEX triplet: 9B, 5D and 58. RGB value is (155,93,88). Sum of RGB (Red+Green+Blue) = 155+93+88=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D58 is #64A2A7. Grayscale: #6F6F6F. Windows color (decimal): -6595240 or 5791131. OLE color: 5791131.

HSL color Cylindrical-coordinate representation of color #9B5D58: hue angle of 4.48º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5D58 is Cyan = 0, Magento = 0.4, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1559388-
CMYK00.40.430.39
HSL4.48º27.57%47.65%-
HSV(B)4.48º43.23%60.78%-
XYZ19.1915.511.21-
YUV110.97115.04159.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=46.13%
G=27.68%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155938800.40.430.394.4827.5747.65
Hex9B5D580282B2741c30
Octal233135130050534743460
Binary1001101110111011011000010100010101110011110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B5D58; }

 p { color: rgb(155,93,88); }

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

<style>
 a { background-color: #9B5D58; }

 a { background-color: rgb(155,93,88); }

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

<style>
 span { border-color: #9B5D58; }

 span { border-color: rgb(155,93,88); }

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