Html Css Color HEX #985A6E Mauve Taupe

📋 copy color: '#985A6E'

red 152 ◦ green 90 ◦ blue 110

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

Shades of Mauve Taupe #985A6E

Tints of Mauve Taupe #985A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.57%

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 43.18%
G = 25.57%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#985A6E (or 0x985A6E) is known color: Mauve Taupe. HEX triplet: 98, 5A and 6E. RGB value is (152,90,110). Sum of RGB (Red+Green+Blue) = 152+90+110=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A6E is #67A591. Grayscale: #6E6E6E. Windows color (decimal): -6792594 or 7232152. OLE color: 7232152.

HSL color Cylindrical-coordinate representation of color #985A6E: hue angle of 340.65º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A6E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 90 110 -
CMYK 0 0.41 0.28 0.40
HSL 340.65º 0.26% 0.47% -
HSV(B) 340.65º 0.41% 0.6% -
XYZ 19.42 15.11 16.65 -
YUV 110.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 152 90 110 0 0.41 0.28 0.40 340.65 0.26 0.47
Hex 98 5A 6E 0 29 1C 28 155 1A 2F
Octal 230 132 156 0 51 34 50 525 32 57
Binary 10011000 1011010 1101110 0 101001 11100 101000 101010101 11010 101111

Color Harmonies of #985A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985A6E

Black with #985A6E

Text Example


Text Example

White with #985A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985A6E; }

 p { color: rgb(152,90,110); }

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

background-color css

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

 a { background-color: rgb(152,90,110); }

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

border-color css

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

 span { border-color: rgb(152,90,110); }

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