#97616B

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

Shades of Mauve Taupe #97616B

Tints of Mauve Taupe #97616B

Color information

#97616B (or 0x97616B) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 6B. RGB value is (151,97,107). Sum of RGB (Red+Green+Blue) = 151+97+107=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #97616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97616B is #689E94. Grayscale: #727272. Windows color (decimal): -6856341 or 7037335. OLE color: 7037335.

HSL color Cylindrical-coordinate representation of color #97616B: hue angle of 348.89º 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 #97616B is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15197107-
CMYK00.360.290.41
HSL348.89º21.77%48.63%-
HSV(B)348.89º35.76%59.22%-
XYZ19.6916.1916-
YUV114.29123.89154.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.54%
GREEN value IS 97 (38.28% from 255) = 27.32%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=42.54%
G=27.32%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519710700.360.290.41348.8921.7748.63
Hex97616B0241D2915d1631
Octal22714115304435515352661
Binary100101111100001110101101001001110110100110101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97616B; }

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

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

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

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

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

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

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

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