Html Css Color HEX #9A6673 Mauve Taupe

📋 copy color: '#9A6673'

red 154 ◦ green 102 ◦ blue 115

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

Shades of Mauve Taupe #9A6673

Tints of Mauve Taupe #9A6673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 41.51%
G = 27.49%
B = 31%

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

#9A6673 (or 0x9A6673) is known color: Mauve Taupe. HEX triplet: 9A, 66 and 73. RGB value is (154,102,115). Sum of RGB (Red+Green+Blue) = 154+102+115=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6673 is #65998C. Grayscale: #777777. Windows color (decimal): -6658445 or 7562906. OLE color: 7562906.

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

Color convert

RGB 154 102 115 -
CMYK 0 0.34 0.25 0.40
HSL 345º 0.2% 0.5% -
HSV(B) 345º 0.34% 0.6% -
XYZ 21.17 17.61 18.5 -
YUV 119.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 154 102 115 0 0.34 0.25 0.40 345 0.2 0.5
Hex 9A 66 73 0 22 19 28 159 14 32
Octal 232 146 163 0 42 31 50 531 24 62
Binary 10011010 1100110 1110011 0 100010 11001 101000 101011001 10100 110010

Color Harmonies of #9A6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6673

Black with #9A6673

Text Example


Text Example

White with #9A6673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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