Html Css Color HEX #986469 Mauve Taupe

📋 copy color: '#986469'

red 152 ◦ green 100 ◦ blue 105

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

Shades of Mauve Taupe #986469

Tints of Mauve Taupe #986469

RGB

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

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

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

R = 42.58%
G = 28.01%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#986469 (or 0x986469) is known color: Mauve Taupe. HEX triplet: 98, 64 and 69. RGB value is (152,100,105). Sum of RGB (Red+Green+Blue) = 152+100+105=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #986469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986469 is #679B96. Grayscale: #747474. Windows color (decimal): -6790039 or 6907032. OLE color: 6907032.

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

Color convert

RGB 152 100 105 -
CMYK 0 0.34 0.31 0.40
HSL 354.23º 0.21% 0.49% -
HSV(B) 354.23º 0.34% 0.6% -
XYZ 20.06 16.81 15.55 -
YUV 116.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 152 100 105 0 0.34 0.31 0.40 354.23 0.21 0.49
Hex 98 64 69 0 22 1F 28 162 15 31
Octal 230 144 151 0 42 37 50 542 25 61
Binary 10011000 1100100 1101001 0 100010 11111 101000 101100010 10101 110001

Color Harmonies of #986469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986469

Black with #986469

Text Example


Text Example

White with #986469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986469; }

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

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

background-color css

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

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

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

border-color css

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

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

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