Html Css Color HEX #9A616B Mauve Taupe

📋 copy color: '#9A616B'

red 154 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #9A616B

Tints of Mauve Taupe #9A616B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 43.02%
G = 27.09%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A616B (or 0x9A616B) is known color: Mauve Taupe. HEX triplet: 9A, 61 and 6B. RGB value is (154,97,107). Sum of RGB (Red+Green+Blue) = 154+97+107=358 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.02% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 154 - color contains mainly: red. Hex color #9A616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A616B is #659E94. Grayscale: #737373. Windows color (decimal): -6659733 or 7037338. OLE color: 7037338.

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

Color convert

RGB 154 97 107 -
CMYK 0 0.37 0.31 0.40
HSL 349.47º 0.23% 0.49% -
HSV(B) 349.47º 0.37% 0.6% -
XYZ 20.25 16.48 16.02 -
YUV 115.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 154 97 107 0 0.37 0.31 0.40 349.47 0.23 0.49
Hex 9A 61 6B 0 25 1F 28 15D 17 31
Octal 232 141 153 0 45 37 50 535 27 61
Binary 10011010 1100001 1101011 0 100101 11111 101000 101011101 10111 110001

Color Harmonies of #9A616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A616B

Black with #9A616B

Text Example


Text Example

White with #9A616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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