Html Css Color HEX #9A6371 Mauve Taupe

📋 copy color: '#9A6371'

red 154 ◦ green 99 ◦ blue 113

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

Shades of Mauve Taupe #9A6371

Tints of Mauve Taupe #9A6371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.05%

 BLUE value IS 113 (44.53% from 255) = 30.87%

R = 42.08%
G = 27.05%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#9A6371 (or 0x9A6371) is known color: Mauve Taupe. HEX triplet: 9A, 63 and 71. RGB value is (154,99,113). Sum of RGB (Red+Green+Blue) = 154+99+113=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6371 is #659C8E. Grayscale: #757575. Windows color (decimal): -6659215 or 7431066. OLE color: 7431066.

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

Color convert

RGB 154 99 113 -
CMYK 0 0.36 0.27 0.40
HSL 344.73º 0.22% 0.5% -
HSV(B) 344.73º 0.36% 0.6% -
XYZ 20.77 16.99 17.81 -
YUV 117.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 154 99 113 0 0.36 0.27 0.40 344.73 0.22 0.5
Hex 9A 63 71 0 24 1B 28 159 16 32
Octal 232 143 161 0 44 33 50 531 26 62
Binary 10011010 1100011 1110001 0 100100 11011 101000 101011001 10110 110010

Color Harmonies of #9A6371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6371

Black with #9A6371

Text Example


Text Example

White with #9A6371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,113); }

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

background-color css

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

 a { background-color: rgb(154,99,113); }

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

border-color css

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

 span { border-color: rgb(154,99,113); }

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