#986770

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

Shades of Mauve Taupe #986770

Tints of Mauve Taupe #986770

Color information

#986770 (or 0x986770) is unknown color: approx Mauve Taupe. HEX triplet: 98, 67 and 70. RGB value is (152,103,112). Sum of RGB (Red+Green+Blue) = 152+103+112=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 152 - color contains mainly: red. Hex color #986770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986770 is #67988F. Grayscale: #767676. Windows color (decimal): -6789264 or 7366552. OLE color: 7366552.

HSL color Cylindrical-coordinate representation of color #986770: hue angle of 348.98º 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 #986770 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB152103112-
CMYK00.320.260.40
HSL348.98º19.22%50%-
HSV(B)348.98º32.24%59.61%-
XYZ20.7217.5517.62-
YUV118.68124.23151.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.42%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=41.42%
G=28.07%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210311200.320.260.40348.9819.2250
Hex9867700201A2815d1332
Octal23014716004032505352362
Binary100110001100111111000001000001101010100010101110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986770; }

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

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

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

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

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

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

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

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