#9B5E5C

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

Shades of Rose Taupe #9B5E5C

Tints of Rose Taupe #9B5E5C

Color information

#9B5E5C (or 0x9B5E5C) is unknown color: approx Rose Taupe. HEX triplet: 9B, 5E and 5C. RGB value is (155,94,92). Sum of RGB (Red+Green+Blue) = 155+94+92=341 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.45% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E5C is #64A1A3. Grayscale: #707070. Windows color (decimal): -6594980 or 6053531. OLE color: 6053531.

HSL color Cylindrical-coordinate representation of color #9B5E5C: hue angle of 1.9º 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 #9B5E5C is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB1559492-
CMYK00.390.410.39
HSL1.9º25.51%48.43%-
HSV(B)1.9º40.65%60.78%-
XYZ19.4515.7512.14-
YUV112.01116.71158.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 45.45%
GREEN value IS 94 (37.11% from 255) = 27.57%
BLUE value IS 92 (36.33% from 255) = 26.98%
R=45.45%
G=27.57%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155949200.390.410.391.925.5148.43
Hex9B5E5C027292721a30
Octal233136134047514723260
Binary100110111011110101110001001111010011001111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,94,92); }

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

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

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

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

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

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

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