Html Css Color HEX #9A6978 Mauve Taupe

📋 copy color: '#9A6978'

red 154 ◦ green 105 ◦ blue 120

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

Shades of Mauve Taupe #9A6978

Tints of Mauve Taupe #9A6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 40.63%
G = 27.7%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#9A6978 (or 0x9A6978) is known color: Mauve Taupe. HEX triplet: 9A, 69 and 78. RGB value is (154,105,120). Sum of RGB (Red+Green+Blue) = 154+105+120=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6978 is #659687. Grayscale: #797979. Windows color (decimal): -6657672 or 7891354. OLE color: 7891354.

HSL color Cylindrical-coordinate representation of color #9A6978: hue angle of 341.63º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6978 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 105 120 -
CMYK 0 0.32 0.22 0.40
HSL 341.63º 0.2% 0.51% -
HSV(B) 341.63º 0.32% 0.6% -
XYZ 21.77 18.33 20.16 -
YUV 121.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 154 105 120 0 0.32 0.22 0.40 341.63 0.2 0.51
Hex 9A 69 78 0 20 16 28 156 14 33
Octal 232 151 170 0 40 26 50 526 24 63
Binary 10011010 1101001 1111000 0 100000 10110 101000 101010110 10100 110011

Color Harmonies of #9A6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6978

Black with #9A6978

Text Example


Text Example

White with #9A6978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,105,120); }

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

background-color css

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

 a { background-color: rgb(154,105,120); }

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

border-color css

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

 span { border-color: rgb(154,105,120); }

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