Html Css Color HEX #985673 Mauve Taupe

📋 copy color: '#985673'

red 152 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #985673

Tints of Mauve Taupe #985673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 43.06%
G = 24.36%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#985673 (or 0x985673) is known color: Mauve Taupe. HEX triplet: 98, 56 and 73. RGB value is (152,86,115). Sum of RGB (Red+Green+Blue) = 152+86+115=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985673 is #67A98C. Grayscale: #6C6C6C. Windows color (decimal): -6793613 or 7558808. OLE color: 7558808.

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

Color convert

RGB 152 86 115 -
CMYK 0 0.43 0.24 0.40
HSL 333.64º 0.28% 0.47% -
HSV(B) 333.64º 0.43% 0.6% -
XYZ 19.37 14.57 18.01 -
YUV 109.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 152 86 115 0 0.43 0.24 0.40 333.64 0.28 0.47
Hex 98 56 73 0 2B 18 28 14E 1C 2F
Octal 230 126 163 0 53 30 50 516 34 57
Binary 10011000 1010110 1110011 0 101011 11000 101000 101001110 11100 101111

Color Harmonies of #985673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985673

Black with #985673

Text Example


Text Example

White with #985673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985673; }

 p { color: rgb(152,86,115); }

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

background-color css

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

 a { background-color: rgb(152,86,115); }

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

border-color css

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

 span { border-color: rgb(152,86,115); }

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