Html Css Color HEX #986369 Mauve Taupe

📋 copy color: '#986369'

red 152 ◦ green 99 ◦ blue 105

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

Shades of Mauve Taupe #986369

Tints of Mauve Taupe #986369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 42.7%
G = 27.81%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#986369 (or 0x986369) is known color: Mauve Taupe. HEX triplet: 98, 63 and 69. RGB value is (152,99,105). Sum of RGB (Red+Green+Blue) = 152+99+105=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #986369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986369 is #679C96. Grayscale: #737373. Windows color (decimal): -6790295 or 6906776. OLE color: 6906776.

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

Color convert

RGB 152 99 105 -
CMYK 0 0.35 0.31 0.40
HSL 353.21º 0.21% 0.49% -
HSV(B) 353.21º 0.35% 0.6% -
XYZ 19.96 16.62 15.52 -
YUV 115.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 152 99 105 0 0.35 0.31 0.40 353.21 0.21 0.49
Hex 98 63 69 0 23 1F 28 161 15 31
Octal 230 143 151 0 43 37 50 541 25 61
Binary 10011000 1100011 1101001 0 100011 11111 101000 101100001 10101 110001

Color Harmonies of #986369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986369

Black with #986369

Text Example


Text Example

White with #986369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986369; }

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

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

background-color css

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

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

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

border-color css

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

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

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