Html Css Color HEX #9A6372 Mauve Taupe

📋 copy color: '#9A6372'

red 154 ◦ green 99 ◦ blue 114

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

Shades of Mauve Taupe #9A6372

Tints of Mauve Taupe #9A6372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 41.96%
G = 26.98%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#9A6372 (or 0x9A6372) is known color: Mauve Taupe. HEX triplet: 9A, 63 and 72. RGB value is (154,99,114). Sum of RGB (Red+Green+Blue) = 154+99+114=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6372 is #659C8D. Grayscale: #757575. Windows color (decimal): -6659214 or 7496602. OLE color: 7496602.

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

Color convert

RGB 154 99 114 -
CMYK 0 0.36 0.26 0.40
HSL 343.64º 0.22% 0.5% -
HSV(B) 343.64º 0.36% 0.6% -
XYZ 20.83 17.01 18.1 -
YUV 117.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 154 99 114 0 0.36 0.26 0.40 343.64 0.22 0.5
Hex 9A 63 72 0 24 1A 28 158 16 32
Octal 232 143 162 0 44 32 50 530 26 62
Binary 10011010 1100011 1110010 0 100100 11010 101000 101011000 10110 110010

Color Harmonies of #9A6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6372

Black with #9A6372

Text Example


Text Example

White with #9A6372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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