Html Css Color HEX #9D5F67 Mauve Taupe

📋 copy color: '#9D5F67'

red 157 ◦ green 95 ◦ blue 103

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

Shades of Mauve Taupe #9D5F67

Tints of Mauve Taupe #9D5F67

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.76%

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 44.23%
G = 26.76%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#9D5F67 (or 0x9D5F67) is known color: Mauve Taupe. HEX triplet: 9D, 5F and 67. RGB value is (157,95,103). Sum of RGB (Red+Green+Blue) = 157+95+103=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5F67 is #62A098. Grayscale: #727272. Windows color (decimal): -6463641 or 6774685. OLE color: 6774685.

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

Color convert

RGB 157 95 103 -
CMYK 0 0.39 0.34 0.38
HSL 352.26º 0.25% 0.49% -
HSV(B) 352.26º 0.39% 0.62% -
XYZ 20.45 16.33 14.91 -
YUV 114.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 157 95 103 0 0.39 0.34 0.38 352.26 0.25 0.49
Hex 9D 5F 67 0 27 22 26 160 19 31
Octal 235 137 147 0 47 42 46 540 31 61
Binary 10011101 1011111 1100111 0 100111 100010 100110 101100000 11001 110001

Color Harmonies of #9D5F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5F67

Black with #9D5F67

Text Example


Text Example

White with #9D5F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,95,103); }

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

background-color css

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

 a { background-color: rgb(157,95,103); }

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

border-color css

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

 span { border-color: rgb(157,95,103); }

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