Html Css Color HEX #986064 Mauve Taupe

📋 copy color: '#986064'

red 152 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #986064

Tints of Mauve Taupe #986064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.59%

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 43.68%
G = 27.59%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#986064 (or 0x986064) is known color: Mauve Taupe. HEX triplet: 98, 60 and 64. RGB value is (152,96,100). Sum of RGB (Red+Green+Blue) = 152+96+100=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #986064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986064 is #679F9B. Grayscale: #717171. Windows color (decimal): -6791068 or 6578328. OLE color: 6578328.

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

Color convert

RGB 152 96 100 -
CMYK 0 0.37 0.34 0.40
HSL 355.71º 0.23% 0.49% -
HSV(B) 355.71º 0.37% 0.6% -
XYZ 19.43 15.96 14.11 -
YUV 113.2 120.55 155.67 -
System Red Green Blue C M Y K H S L
Decimal 152 96 100 0 0.37 0.34 0.40 355.71 0.23 0.49
Hex 98 60 64 0 25 22 28 164 17 31
Octal 230 140 144 0 45 42 50 544 27 61
Binary 10011000 1100000 1100100 0 100101 100010 101000 101100100 10111 110001

Color Harmonies of #986064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986064

Black with #986064

Text Example


Text Example

White with #986064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986064; }

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

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

background-color css

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

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

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

border-color css

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

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

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