#995F69

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

Shades of Mauve Taupe #995F69

Tints of Mauve Taupe #995F69

Color information

#995F69 (or 0x995F69) is unknown color: approx Mauve Taupe. HEX triplet: 99, 5F and 69. RGB value is (153,95,105). Sum of RGB (Red+Green+Blue) = 153+95+105=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F69 is #66A096. Grayscale: #717171. Windows color (decimal): -6725783 or 6905753. OLE color: 6905753.

HSL color Cylindrical-coordinate representation of color #995F69: hue angle of 349.66º 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 #995F69 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15395105-
CMYK00.380.310.4
HSL349.66º23.39%48.63%-
HSV(B)349.66º37.91%60%-
XYZ19.7815.9815.41-
YUV113.48123.22156.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=43.34%
G=26.91%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539510500.380.310.4349.6623.3948.63
Hex995F690261F2815e1731
Octal23113715104637505362761
Binary100110011011111110100101001101111110100010101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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