Html Css Color HEX #9A646E Mauve Taupe

📋 copy color: '#9A646E'

red 154 ◦ green 100 ◦ blue 110

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

Shades of Mauve Taupe #9A646E

Tints of Mauve Taupe #9A646E

RGB

 RED value IS 154 (60.55% from 255) = 42.31%

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

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 42.31%
G = 27.47%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A646E (or 0x9A646E) is known color: Mauve Taupe. HEX triplet: 9A, 64 and 6E. RGB value is (154,100,110). Sum of RGB (Red+Green+Blue) = 154+100+110=364 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.31% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 154 - color contains mainly: red. Hex color #9A646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A646E is #659B91. Grayscale: #757575. Windows color (decimal): -6658962 or 7234714. OLE color: 7234714.

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

Color convert

RGB 154 100 110 -
CMYK 0 0.35 0.29 0.40
HSL 348.89º 0.21% 0.5% -
HSV(B) 348.89º 0.35% 0.6% -
XYZ 20.7 17.11 16.96 -
YUV 117.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 154 100 110 0 0.35 0.29 0.40 348.89 0.21 0.5
Hex 9A 64 6E 0 23 1D 28 15D 15 32
Octal 232 144 156 0 43 35 50 535 25 62
Binary 10011010 1100100 1101110 0 100011 11101 101000 101011101 10101 110010

Color Harmonies of #9A646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A646E

Black with #9A646E

Text Example


Text Example

White with #9A646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A646E; }

 p { color: rgb(154,100,110); }

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

background-color css

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

 a { background-color: rgb(154,100,110); }

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

border-color css

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

 span { border-color: rgb(154,100,110); }

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