Html Css Color HEX #986569 Mauve Taupe

📋 copy color: '#986569'

red 152 ◦ green 101 ◦ blue 105

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

Shades of Mauve Taupe #986569

Tints of Mauve Taupe #986569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 42.46%
G = 28.21%
B = 29.33%

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

#986569 (or 0x986569) is known color: Mauve Taupe. HEX triplet: 98, 65 and 69. RGB value is (152,101,105). Sum of RGB (Red+Green+Blue) = 152+101+105=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #986569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986569 is #679A96. Grayscale: #747474. Windows color (decimal): -6789783 or 6907288. OLE color: 6907288.

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

Color convert

RGB 152 101 105 -
CMYK 0 0.34 0.31 0.40
HSL 355.29º 0.2% 0.5% -
HSV(B) 355.29º 0.34% 0.6% -
XYZ 20.15 17 15.58 -
YUV 116.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 152 101 105 0 0.34 0.31 0.40 355.29 0.2 0.5
Hex 98 65 69 0 22 1F 28 163 14 32
Octal 230 145 151 0 42 37 50 543 24 62
Binary 10011000 1100101 1101001 0 100010 11111 101000 101100011 10100 110010

Color Harmonies of #986569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986569

Black with #986569

Text Example


Text Example

White with #986569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986569; }

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

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

background-color css

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

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

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

border-color css

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

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

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