Html Css Color HEX #9D646F Mauve Taupe

📋 copy color: '#9D646F'

red 157 ◦ green 100 ◦ blue 111

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

Shades of Mauve Taupe #9D646F

Tints of Mauve Taupe #9D646F

RGB

 RED value IS 157 (61.72% from 255) = 42.66%

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 42.66%
G = 27.17%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9D646F (or 0x9D646F) is known color: Mauve Taupe. HEX triplet: 9D, 64 and 6F. RGB value is (157,100,111). Sum of RGB (Red+Green+Blue) = 157+100+111=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 157 - color contains mainly: red. Hex color #9D646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D646F is #629B90. Grayscale: #767676. Windows color (decimal): -6462353 or 7300253. OLE color: 7300253.

HSL color Cylindrical-coordinate representation of color #9D646F: hue angle of 348.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D646F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 100 111 -
CMYK 0 0.36 0.29 0.38
HSL 348.42º 0.23% 0.5% -
HSV(B) 348.42º 0.36% 0.62% -
XYZ 21.33 17.43 17.28 -
YUV 118.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 157 100 111 0 0.36 0.29 0.38 348.42 0.23 0.5
Hex 9D 64 6F 0 24 1D 26 15C 17 32
Octal 235 144 157 0 44 35 46 534 27 62
Binary 10011101 1100100 1101111 0 100100 11101 100110 101011100 10111 110010

Color Harmonies of #9D646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D646F

Black with #9D646F

Text Example


Text Example

White with #9D646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,100,111); }

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

background-color css

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

 a { background-color: rgb(157,100,111); }

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

border-color css

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

 span { border-color: rgb(157,100,111); }

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