Html Css Color HEX #9A6475 Mauve Taupe

📋 copy color: '#9A6475'

red 154 ◦ green 100 ◦ blue 117

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

Shades of Mauve Taupe #9A6475

Tints of Mauve Taupe #9A6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 41.51%
G = 26.95%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#9A6475 (or 0x9A6475) is known color: Mauve Taupe. HEX triplet: 9A, 64 and 75. RGB value is (154,100,117). Sum of RGB (Red+Green+Blue) = 154+100+117=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6475 is #659B8A. Grayscale: #767676. Windows color (decimal): -6658955 or 7693466. OLE color: 7693466.

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

Color convert

RGB 154 100 117 -
CMYK 0 0.35 0.24 0.40
HSL 341.11º 0.21% 0.5% -
HSV(B) 341.11º 0.35% 0.6% -
XYZ 21.09 17.27 19.05 -
YUV 118.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 154 100 117 0 0.35 0.24 0.40 341.11 0.21 0.5
Hex 9A 64 75 0 23 18 28 155 15 32
Octal 232 144 165 0 43 30 50 525 25 62
Binary 10011010 1100100 1110101 0 100011 11000 101000 101010101 10101 110010

Color Harmonies of #9A6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6475

Black with #9A6475

Text Example


Text Example

White with #9A6475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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