Html Css Color HEX #9A646C Mauve Taupe

📋 copy color: '#9A646C'

red 154 ◦ green 100 ◦ blue 108

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

Shades of Mauve Taupe #9A646C

Tints of Mauve Taupe #9A646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.83%

R = 42.54%
G = 27.62%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#9A646C (or 0x9A646C) is known color: Mauve Taupe. HEX triplet: 9A, 64 and 6C. RGB value is (154,100,108). Sum of RGB (Red+Green+Blue) = 154+100+108=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 100 (39.45% from 255 or 27.62% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A646C is #659B93. Grayscale: #757575. Windows color (decimal): -6658964 or 7103642. OLE color: 7103642.

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

Color convert

RGB 154 100 108 -
CMYK 0 0.35 0.30 0.40
HSL 351.11º 0.21% 0.5% -
HSV(B) 351.11º 0.35% 0.6% -
XYZ 20.59 17.07 16.4 -
YUV 117.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 154 100 108 0 0.35 0.30 0.40 351.11 0.21 0.5
Hex 9A 64 6C 0 23 1E 28 15F 15 32
Octal 232 144 154 0 43 36 50 537 25 62
Binary 10011010 1100100 1101100 0 100011 11110 101000 101011111 10101 110010

Color Harmonies of #9A646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A646C

Black with #9A646C

Text Example


Text Example

White with #9A646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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