Html Css Color HEX #9D6678 Mauve Taupe

📋 copy color: '#9D6678'

red 157 ◦ green 102 ◦ blue 120

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

Shades of Mauve Taupe #9D6678

Tints of Mauve Taupe #9D6678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.91%

 BLUE value IS 120 (47.27% from 255) = 31.66%

R = 41.42%
G = 26.91%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#9D6678 (or 0x9D6678) is known color: Mauve Taupe. HEX triplet: 9D, 66 and 78. RGB value is (157,102,120). Sum of RGB (Red+Green+Blue) = 157+102+120=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6678 is #629987. Grayscale: #787878. Windows color (decimal): -6461832 or 7890589. OLE color: 7890589.

HSL color Cylindrical-coordinate representation of color #9D6678: hue angle of 340.36º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D6678 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 102 120 -
CMYK 0 0.35 0.24 0.38
HSL 340.36º 0.22% 0.51% -
HSV(B) 340.36º 0.35% 0.62% -
XYZ 22.05 18.03 20.09 -
YUV 120.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 157 102 120 0 0.35 0.24 0.38 340.36 0.22 0.51
Hex 9D 66 78 0 23 18 26 154 16 33
Octal 235 146 170 0 43 30 46 524 26 63
Binary 10011101 1100110 1111000 0 100011 11000 100110 101010100 10110 110011

Color Harmonies of #9D6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6678

Black with #9D6678

Text Example


Text Example

White with #9D6678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,102,120); }

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

background-color css

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

 a { background-color: rgb(157,102,120); }

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

border-color css

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

 span { border-color: rgb(157,102,120); }

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