#976169

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

Shades of Mauve Taupe #976169

Tints of Mauve Taupe #976169

Color information

#976169 (or 0x976169) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 69. RGB value is (151,97,105). Sum of RGB (Red+Green+Blue) = 151+97+105=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #976169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976169 is #689E96. Grayscale: #727272. Windows color (decimal): -6856343 or 6906263. OLE color: 6906263.

HSL color Cylindrical-coordinate representation of color #976169: hue angle of 351.11º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976169 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB15197105-
CMYK00.360.300.41
HSL351.11º21.77%48.63%-
HSV(B)351.11º35.76%59.22%-
XYZ19.5916.1515.45-
YUV114.06122.89154.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.78%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=42.78%
G=27.48%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519710500.360.300.41351.1121.7748.63
Hex9761690241E2915f1631
Octal22714115104436515372661
Binary100101111100001110100101001001111010100110101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976169; }

 p { color: rgb(151,97,105); }

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

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

 a { background-color: rgb(151,97,105); }

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

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

 span { border-color: rgb(151,97,105); }

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