Html Css Color HEX #986570 Mauve Taupe

📋 copy color: '#986570'

red 152 ◦ green 101 ◦ blue 112

#986570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #986570

Tints of Mauve Taupe #986570

RGB

 RED value IS 152 (59.77% from 255) = 41.64%

 GREEN value IS 101 (39.84% from 255) = 27.67%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 41.64%
G = 27.67%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#986570 (or 0x986570) is known color: Mauve Taupe. HEX triplet: 98, 65 and 70. RGB value is (152,101,112). Sum of RGB (Red+Green+Blue) = 152+101+112=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #986570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986570 is #679A8F. Grayscale: #757575. Windows color (decimal): -6789776 or 7366040. OLE color: 7366040.

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

Color convert

RGB 152 101 112 -
CMYK 0 0.34 0.26 0.40
HSL 347.06º 0.2% 0.5% -
HSV(B) 347.06º 0.34% 0.6% -
XYZ 20.53 17.15 17.56 -
YUV 117.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 152 101 112 0 0.34 0.26 0.40 347.06 0.2 0.5
Hex 98 65 70 0 22 1A 28 15B 14 32
Octal 230 145 160 0 42 32 50 533 24 62
Binary 10011000 1100101 1110000 0 100010 11010 101000 101011011 10100 110010

Color Harmonies of #986570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986570

Black with #986570

Text Example


Text Example

White with #986570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986570; }

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

 H1.HeaderClassName
 {
   color: #986570;
 }
 .AnyTagClassName
 {
   color: #986570;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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