Html Css Color HEX #9A616F Mauve Taupe

📋 copy color: '#9A616F'

red 154 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #9A616F

Tints of Mauve Taupe #9A616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 42.54%
G = 26.8%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A616F (or 0x9A616F) is known color: Mauve Taupe. HEX triplet: 9A, 61 and 6F. RGB value is (154,97,111). Sum of RGB (Red+Green+Blue) = 154+97+111=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A616F is #659E90. Grayscale: #737373. Windows color (decimal): -6659729 or 7299482. OLE color: 7299482.

HSL color Cylindrical-coordinate representation of color #9A616F: hue angle of 345.26º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9A616F is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 97 111 -
CMYK 0 0.37 0.28 0.40
HSL 345.26º 0.23% 0.49% -
HSV(B) 345.26º 0.37% 0.6% -
XYZ 20.47 16.57 17.16 -
YUV 115.64 125.38 155.36 -
System Red Green Blue C M Y K H S L
Decimal 154 97 111 0 0.37 0.28 0.40 345.26 0.23 0.49
Hex 9A 61 6F 0 25 1C 28 159 17 31
Octal 232 141 157 0 45 34 50 531 27 61
Binary 10011010 1100001 1101111 0 100101 11100 101000 101011001 10111 110001

Color Harmonies of #9A616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A616F

Black with #9A616F

Text Example


Text Example

White with #9A616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,97,111); }

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

background-color css

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

 a { background-color: rgb(154,97,111); }

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

border-color css

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

 span { border-color: rgb(154,97,111); }

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