Html Css Color HEX #9D5C69 Mauve Taupe

📋 copy color: '#9D5C69'

red 157 ◦ green 92 ◦ blue 105

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

Shades of Mauve Taupe #9D5C69

Tints of Mauve Taupe #9D5C69

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.99%

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 44.35%
G = 25.99%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9D5C69 (or 0x9D5C69) is known color: Mauve Taupe. HEX triplet: 9D, 5C and 69. RGB value is (157,92,105). Sum of RGB (Red+Green+Blue) = 157+92+105=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5C69 is #62A396. Grayscale: #707070. Windows color (decimal): -6464407 or 6904989. OLE color: 6904989.

HSL color Cylindrical-coordinate representation of color #9D5C69: hue angle of 348º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D5C69 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 92 105 -
CMYK 0 0.41 0.33 0.38
HSL 348º 0.26% 0.49% -
HSV(B) 348º 0.41% 0.62% -
XYZ 20.28 15.84 15.35 -
YUV 112.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 157 92 105 0 0.41 0.33 0.38 348 0.26 0.49
Hex 9D 5C 69 0 29 21 26 15C 1A 31
Octal 235 134 151 0 51 41 46 534 32 61
Binary 10011101 1011100 1101001 0 101001 100001 100110 101011100 11010 110001

Color Harmonies of #9D5C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5C69

Black with #9D5C69

Text Example


Text Example

White with #9D5C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,92,105); }

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

background-color css

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

 a { background-color: rgb(157,92,105); }

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

border-color css

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

 span { border-color: rgb(157,92,105); }

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