Html Css Color HEX #985B68 Mauve Taupe

📋 copy color: '#985B68'

red 152 ◦ green 91 ◦ blue 104

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

Shades of Mauve Taupe #985B68

Tints of Mauve Taupe #985B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

 BLUE value IS 104 (41.02% from 255) = 29.97%

R = 43.8%
G = 26.22%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#985B68 (or 0x985B68) is known color: Mauve Taupe. HEX triplet: 98, 5B and 68. RGB value is (152,91,104). Sum of RGB (Red+Green+Blue) = 152+91+104=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #985B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B68 is #67A497. Grayscale: #6E6E6E. Windows color (decimal): -6792344 or 6839192. OLE color: 6839192.

HSL color Cylindrical-coordinate representation of color #985B68: hue angle of 347.21º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #985B68 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 91 104 -
CMYK 0 0.40 0.32 0.40
HSL 347.21º 0.25% 0.48% -
HSV(B) 347.21º 0.4% 0.6% -
XYZ 19.19 15.16 15.01 -
YUV 110.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 152 91 104 0 0.40 0.32 0.40 347.21 0.25 0.48
Hex 98 5B 68 0 28 20 28 15B 19 30
Octal 230 133 150 0 50 40 50 533 31 60
Binary 10011000 1011011 1101000 0 101000 100000 101000 101011011 11001 110000

Color Harmonies of #985B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985B68

Black with #985B68

Text Example


Text Example

White with #985B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,104); }

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

background-color css

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

 a { background-color: rgb(152,91,104); }

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

border-color css

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

 span { border-color: rgb(152,91,104); }

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