Html Css Color HEX #986075 Mauve Taupe

📋 copy color: '#986075'

red 152 ◦ green 96 ◦ blue 117

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

Shades of Mauve Taupe #986075

Tints of Mauve Taupe #986075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

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

R = 41.64%
G = 26.3%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.40

RGB Variations

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

Color information

#986075 (or 0x986075) is known color: Mauve Taupe. HEX triplet: 98, 60 and 75. RGB value is (152,96,117). Sum of RGB (Red+Green+Blue) = 152+96+117=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #986075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986075 is #679F8A. Grayscale: #737373. Windows color (decimal): -6791051 or 7692440. OLE color: 7692440.

HSL color Cylindrical-coordinate representation of color #986075: hue angle of 337.5º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986075 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 96 117 -
CMYK 0 0.37 0.23 0.40
HSL 337.5º 0.23% 0.49% -
HSV(B) 337.5º 0.37% 0.6% -
XYZ 20.34 16.33 18.91 -
YUV 115.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 152 96 117 0 0.37 0.23 0.40 337.5 0.23 0.49
Hex 98 60 75 0 25 17 28 152 17 31
Octal 230 140 165 0 45 27 50 522 27 61
Binary 10011000 1100000 1110101 0 100101 10111 101000 101010010 10111 110001

Color Harmonies of #986075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986075

Black with #986075

Text Example


Text Example

White with #986075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986075; }

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

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

background-color css

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

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

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

border-color css

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

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

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