Html Css Color HEX #9A5E68 Mauve Taupe

📋 copy color: '#9A5E68'

red 154 ◦ green 94 ◦ blue 104

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

Shades of Mauve Taupe #9A5E68

Tints of Mauve Taupe #9A5E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.7%

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 43.75%
G = 26.7%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#9A5E68 (or 0x9A5E68) is known color: Mauve Taupe. HEX triplet: 9A, 5E and 68. RGB value is (154,94,104). Sum of RGB (Red+Green+Blue) = 154+94+104=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5E68 is #65A197. Grayscale: #717171. Windows color (decimal): -6660504 or 6839962. OLE color: 6839962.

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

Color convert

RGB 154 94 104 -
CMYK 0 0.39 0.32 0.40
HSL 350º 0.24% 0.49% -
HSV(B) 350º 0.39% 0.6% -
XYZ 19.83 15.87 15.12 -
YUV 113.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 154 94 104 0 0.39 0.32 0.40 350 0.24 0.49
Hex 9A 5E 68 0 27 20 28 15E 18 31
Octal 232 136 150 0 47 40 50 536 30 61
Binary 10011010 1011110 1101000 0 100111 100000 101000 101011110 11000 110001

Color Harmonies of #9A5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5E68

Black with #9A5E68

Text Example


Text Example

White with #9A5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,94,104); }

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

background-color css

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

 a { background-color: rgb(154,94,104); }

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

border-color css

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

 span { border-color: rgb(154,94,104); }

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