#995958

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

Shades of Rose Taupe #995958

Tints of Rose Taupe #995958

Color information

#995958 (or 0x995958) is unknown color: approx Rose Taupe. HEX triplet: 99, 59 and 58. RGB value is (153,89,88). Sum of RGB (Red+Green+Blue) = 153+89+88=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995958 is #66A6A7. Grayscale: #6C6C6C. Windows color (decimal): -6727336 or 5790105. OLE color: 5790105.

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

Color convert

RGB1538988-
CMYK00.420.420.4
HSL0.92º26.97%47.25%-
HSV(B)0.92º42.48%60%-
XYZ18.4714.6211.08-
YUV108.02116.7160.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 89 (35.16% from 255) = 26.97%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=46.36%
G=26.97%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153898800.420.420.40.9226.9747.25
Hex99595802A2A2811b2f
Octal231131130052525013357
Binary10011001101100110110000101010101010101000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995958; }

 p { color: rgb(153,89,88); }

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

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

 a { background-color: rgb(153,89,88); }

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

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

 span { border-color: rgb(153,89,88); }

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