#986774

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

Shades of Mauve Taupe #986774

Tints of Mauve Taupe #986774

Color information

#986774 (or 0x986774) is unknown color: approx Mauve Taupe. HEX triplet: 98, 67 and 74. RGB value is (152,103,116). Sum of RGB (Red+Green+Blue) = 152+103+116=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #986774 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986774 is #67988B. Grayscale: #777777. Windows color (decimal): -6789260 or 7628696. OLE color: 7628696.

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

Color convert

RGB152103116-
CMYK00.320.240.40
HSL344.08º19.22%50%-
HSV(B)344.08º32.24%59.61%-
XYZ20.9517.6418.82-
YUV119.13126.23151.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 116 (45.70% from 255) = 31.27%
R=40.97%
G=27.76%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210311600.320.240.40344.0819.2250
Hex98677402018281581332
Octal23014716404030505302362
Binary100110001100111111010001000001100010100010101100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986774; }

 p { color: rgb(152,103,116); }

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

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

 a { background-color: rgb(152,103,116); }

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

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

 span { border-color: rgb(152,103,116); }

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