Html Css Color HEX #985675 Mauve Taupe

📋 copy color: '#985675'

red 152 ◦ green 86 ◦ blue 117

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

Shades of Mauve Taupe #985675

Tints of Mauve Taupe #985675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 42.82%
G = 24.23%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#985675 (or 0x985675) is known color: Mauve Taupe. HEX triplet: 98, 56 and 75. RGB value is (152,86,117). Sum of RGB (Red+Green+Blue) = 152+86+117=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985675 is #67A98A. Grayscale: #6D6D6D. Windows color (decimal): -6793611 or 7689880. OLE color: 7689880.

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

Color convert

RGB 152 86 117 -
CMYK 0 0.43 0.23 0.40
HSL 331.82º 0.28% 0.47% -
HSV(B) 331.82º 0.43% 0.6% -
XYZ 19.49 14.62 18.62 -
YUV 109.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 152 86 117 0 0.43 0.23 0.40 331.82 0.28 0.47
Hex 98 56 75 0 2B 17 28 14C 1C 2F
Octal 230 126 165 0 53 27 50 514 34 57
Binary 10011000 1010110 1110101 0 101011 10111 101000 101001100 11100 101111

Color Harmonies of #985675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985675

Black with #985675

Text Example


Text Example

White with #985675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985675; }

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

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

background-color css

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

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

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

border-color css

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

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

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