#995F5F

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

Shades of Rose Taupe #995F5F

Tints of Rose Taupe #995F5F

Color information

#995F5F (or 0x995F5F) is unknown color: approx Rose Taupe. HEX triplet: 99, 5F and 5F. RGB value is (153,95,95). Sum of RGB (Red+Green+Blue) = 153+95+95=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #995F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F5F is #66A0A0. Grayscale: #707070. Windows color (decimal): -6725793 or 6250393. OLE color: 6250393.

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

Color convert

RGB1539595-
CMYK00.380.380.4
HSL23.39%48.63%-
HSV(B)37.91%60%-
XYZ19.2915.7812.86-
YUV112.34118.22157-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 95 (37.5% from 255) = 27.70%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=44.61%
G=27.70%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153959500.380.380.4023.3948.63
Hex995F5F026262801731
Octal231137137046465002761
Binary10011001101111110111110100110100110101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,95,95); }

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

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

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

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

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

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

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