#986975

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

Shades of Mauve Taupe #986975

Tints of Mauve Taupe #986975

Color information

#986975 (or 0x986975) is unknown color: approx Mauve Taupe. HEX triplet: 98, 69 and 75. RGB value is (152,105,117). Sum of RGB (Red+Green+Blue) = 152+105+117=374 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.64% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 152 - color contains mainly: red. Hex color #986975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986975 is #67968A. Grayscale: #787878. Windows color (decimal): -6788747 or 7694744. OLE color: 7694744.

HSL color Cylindrical-coordinate representation of color #986975: hue angle of 344.68º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #986975 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB152105117-
CMYK00.310.230.40
HSL344.68º18.58%50.39%-
HSV(B)344.68º30.92%59.61%-
XYZ21.2118.0619.2-
YUV120.42126.07150.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.64%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=40.64%
G=28.07%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210511700.310.230.40344.6818.5850.39
Hex98697501F17281591332
Octal23015116503727505312362
Binary10011000110100111101010111111011110100010101100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986975; }

 p { color: rgb(152,105,117); }

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

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

 a { background-color: rgb(152,105,117); }

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

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

 span { border-color: rgb(152,105,117); }

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