#995B56

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

Shades of Rose Taupe #995B56

Tints of Rose Taupe #995B56

Color information

#995B56 (or 0x995B56) is unknown color: approx Rose Taupe. HEX triplet: 99, 5B and 56. RGB value is (153,91,86). Sum of RGB (Red+Green+Blue) = 153+91+86=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B56 is #66A4A9. Grayscale: #6D6D6D. Windows color (decimal): -6726826 or 5659545. OLE color: 5659545.

HSL color Cylindrical-coordinate representation of color #995B56: hue angle of 4.48º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995B56 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1539186-
CMYK00.410.440.4
HSL4.48º28.03%46.86%-
HSV(B)4.48º43.79%60%-
XYZ18.5614.9310.71-
YUV108.97115.04159.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 86 (33.98% from 255) = 26.06%
R=46.36%
G=27.58%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153918600.410.440.44.4828.0346.86
Hex995B560292C2841c2f
Octal231133126051545043457
Binary1001100110110111010110010100110110010100010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995B56; }

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

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

<style>
 a { background-color: #995B56; }

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

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

<style>
 span { border-color: #995B56; }

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

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