#976168

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

Shades of Mauve Taupe #976168

Tints of Mauve Taupe #976168

Color information

#976168 (or 0x976168) is unknown color: approx Mauve Taupe. HEX triplet: 97, 61 and 68. RGB value is (151,97,104). Sum of RGB (Red+Green+Blue) = 151+97+104=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #976168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976168 is #689E97. Grayscale: #717171. Windows color (decimal): -6856344 or 6840727. OLE color: 6840727.

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

Color convert

RGB15197104-
CMYK00.360.310.41
HSL352.22º21.77%48.63%-
HSV(B)352.22º35.76%59.22%-
XYZ19.5416.1315.18-
YUV113.94122.39154.43-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=42.90%
G=27.56%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1519710400.360.310.41352.2221.7748.63
Hex9761680241F291601631
Octal22714115004437515402661
Binary100101111100001110100001001001111110100110110000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976168; }

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

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

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

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

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

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

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

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