Html Css Color HEX #9A656F Mauve Taupe

📋 copy color: '#9A656F'

red 154 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #9A656F

Tints of Mauve Taupe #9A656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 42.08%
G = 27.6%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#9A656F (or 0x9A656F) is known color: Mauve Taupe. HEX triplet: 9A, 65 and 6F. RGB value is (154,101,111). Sum of RGB (Red+Green+Blue) = 154+101+111=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A656F is #659A90. Grayscale: #767676. Windows color (decimal): -6658705 or 7300506. OLE color: 7300506.

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

Color convert

RGB 154 101 111 -
CMYK 0 0.34 0.28 0.40
HSL 348.68º 0.21% 0.5% -
HSV(B) 348.68º 0.34% 0.6% -
XYZ 20.85 17.33 17.28 -
YUV 117.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 154 101 111 0 0.34 0.28 0.40 348.68 0.21 0.5
Hex 9A 65 6F 0 22 1C 28 15D 15 32
Octal 232 145 157 0 42 34 50 535 25 62
Binary 10011010 1100101 1101111 0 100010 11100 101000 101011101 10101 110010

Color Harmonies of #9A656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A656F

Black with #9A656F

Text Example


Text Example

White with #9A656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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