Html Css Color HEX #9F606D Mauve Taupe

📋 copy color: '#9F606D'

red 159 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #9F606D

Tints of Mauve Taupe #9F606D

RGB

 RED value IS 159 (62.5% from 255) = 43.68%

 GREEN value IS 96 (37.89% from 255) = 26.37%

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 43.68%
G = 26.37%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#9F606D (or 0x9F606D) is known color: Mauve Taupe. HEX triplet: 9F, 60 and 6D. RGB value is (159,96,109). Sum of RGB (Red+Green+Blue) = 159+96+109=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 96 (37.89% from 255 or 26.37% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F606D is #609F92. Grayscale: #747474. Windows color (decimal): -6332307 or 7168159. OLE color: 7168159.

HSL color Cylindrical-coordinate representation of color #9F606D: hue angle of 347.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F606D is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 96 109 -
CMYK 0 0.40 0.31 0.38
HSL 347.62º 0.25% 0.5% -
HSV(B) 347.62º 0.4% 0.62% -
XYZ 21.24 16.84 16.6 -
YUV 116.32 123.87 158.44 -
System Red Green Blue C M Y K H S L
Decimal 159 96 109 0 0.40 0.31 0.38 347.62 0.25 0.5
Hex 9F 60 6D 0 28 1F 26 15C 19 32
Octal 237 140 155 0 50 37 46 534 31 62
Binary 10011111 1100000 1101101 0 101000 11111 100110 101011100 11001 110010

Color Harmonies of #9F606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F606D

Black with #9F606D

Text Example


Text Example

White with #9F606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,96,109); }

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

background-color css

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

 a { background-color: rgb(159,96,109); }

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

border-color css

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

 span { border-color: rgb(159,96,109); }

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