Html Css Color HEX #9A6674 Mauve Taupe

📋 copy color: '#9A6674'

red 154 ◦ green 102 ◦ blue 116

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

Shades of Mauve Taupe #9A6674

Tints of Mauve Taupe #9A6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 41.4%
G = 27.42%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A6674 (or 0x9A6674) is known color: Mauve Taupe. HEX triplet: 9A, 66 and 74. RGB value is (154,102,116). Sum of RGB (Red+Green+Blue) = 154+102+116=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6674 is #65998B. Grayscale: #777777. Windows color (decimal): -6658444 or 7628442. OLE color: 7628442.

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

Color convert

RGB 154 102 116 -
CMYK 0 0.34 0.25 0.40
HSL 343.85º 0.2% 0.5% -
HSV(B) 343.85º 0.34% 0.6% -
XYZ 21.23 17.63 18.81 -
YUV 119.14 126.23 152.86 -
System Red Green Blue C M Y K H S L
Decimal 154 102 116 0 0.34 0.25 0.40 343.85 0.2 0.5
Hex 9A 66 74 0 22 19 28 158 14 32
Octal 232 146 164 0 42 31 50 530 24 62
Binary 10011010 1100110 1110100 0 100010 11001 101000 101011000 10100 110010

Color Harmonies of #9A6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6674

Black with #9A6674

Text Example


Text Example

White with #9A6674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,102,116); }

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

background-color css

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

 a { background-color: rgb(154,102,116); }

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

border-color css

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

 span { border-color: rgb(154,102,116); }

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