#9B5B56

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

Shades of Rose Taupe #9B5B56

Tints of Rose Taupe #9B5B56

Color information

#9B5B56 (or 0x9B5B56) is unknown color: approx Rose Taupe. HEX triplet: 9B, 5B and 56. RGB value is (155,91,86). Sum of RGB (Red+Green+Blue) = 155+91+86=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5B56 is #64A4A9. Grayscale: #6D6D6D. Windows color (decimal): -6595754 or 5659547. OLE color: 5659547.

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

Color convert

RGB1559186-
CMYK00.410.450.39
HSL4.35º28.63%47.25%-
HSV(B)4.35º44.52%60.78%-
XYZ18.9415.1210.72-
YUV109.57114.7160.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 86 (33.98% from 255) = 25.90%
R=46.69%
G=27.41%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155918600.410.450.394.3528.6347.25
Hex9B5B560292D2741d2f
Octal233133126051554743557
Binary1001101110110111010110010100110110110011110011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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