#9b5b5b

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

Shades of Rose Taupe #9B5B5B

Tints of Rose Taupe #9B5B5B

Color information

#9B5B5B (or 0x9B5B5B) is unknown color: approx Rose Taupe. HEX triplet: 9B, 5B and 5B. RGB value is (155,91,91). Sum of RGB (Red+Green+Blue) = 155+91+91=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B5B is #64A4A4. Grayscale: #6E6E6E. Windows color (decimal): -6595749 or 5987227. OLE color: 5987227.

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

Color convert

RGB1559191-
CMYK00.410.410.39
HSL26.02%48.24%-
HSV(B)41.29%60.78%-
XYZ19.1515.2111.82-
YUV110.14117.2160-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.99%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=45.99%
G=27.00%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155919100.410.410.39026.0248.24
Hex9B5B5B029292701a30
Octal233133133051514703260
Binary10011011101101110110110101001101001100111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5b5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,91,91); }

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

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

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

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

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

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

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