Html Css Color HEX #986468 Mauve Taupe

📋 copy color: '#986468'

red 152 ◦ green 100 ◦ blue 104

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

Shades of Mauve Taupe #986468

Tints of Mauve Taupe #986468

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.09%

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

R = 42.7%
G = 28.09%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#986468 (or 0x986468) is known color: Mauve Taupe. HEX triplet: 98, 64 and 68. RGB value is (152,100,104). Sum of RGB (Red+Green+Blue) = 152+100+104=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #986468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986468 is #679B97. Grayscale: #747474. Windows color (decimal): -6790040 or 6841496. OLE color: 6841496.

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

Color convert

RGB 152 100 104 -
CMYK 0 0.34 0.32 0.40
HSL 355.38º 0.21% 0.49% -
HSV(B) 355.38º 0.34% 0.6% -
XYZ 20 16.79 15.28 -
YUV 116 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 152 100 104 0 0.34 0.32 0.40 355.38 0.21 0.49
Hex 98 64 68 0 22 20 28 163 15 31
Octal 230 144 150 0 42 40 50 543 25 61
Binary 10011000 1100100 1101000 0 100010 100000 101000 101100011 10101 110001

Color Harmonies of #986468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986468

Black with #986468

Text Example


Text Example

White with #986468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986468; }

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

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

background-color css

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

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

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

border-color css

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

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

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