Html Css Color HEX #986368 Mauve Taupe

📋 copy color: '#986368'

red 152 ◦ green 99 ◦ blue 104

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

Shades of Mauve Taupe #986368

Tints of Mauve Taupe #986368

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.89%

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

R = 42.82%
G = 27.89%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#986368 (or 0x986368) is known color: Mauve Taupe. HEX triplet: 98, 63 and 68. RGB value is (152,99,104). Sum of RGB (Red+Green+Blue) = 152+99+104=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #986368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986368 is #679C97. Grayscale: #737373. Windows color (decimal): -6790296 or 6841240. OLE color: 6841240.

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

Color convert

RGB 152 99 104 -
CMYK 0 0.35 0.32 0.40
HSL 354.34º 0.21% 0.49% -
HSV(B) 354.34º 0.35% 0.6% -
XYZ 19.91 16.6 15.25 -
YUV 115.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 152 99 104 0 0.35 0.32 0.40 354.34 0.21 0.49
Hex 98 63 68 0 23 20 28 162 15 31
Octal 230 143 150 0 43 40 50 542 25 61
Binary 10011000 1100011 1101000 0 100011 100000 101000 101100010 10101 110001

Color Harmonies of #986368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986368

Black with #986368

Text Example


Text Example

White with #986368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986368; }

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

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

background-color css

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

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

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

border-color css

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

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

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