Html Css Color HEX #9F6474 Mauve Taupe

📋 copy color: '#9F6474'

red 159 ◦ green 100 ◦ blue 116

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

Shades of Mauve Taupe #9F6474

Tints of Mauve Taupe #9F6474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 42.4%
G = 26.67%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#9F6474 (or 0x9F6474) is known color: Mauve Taupe. HEX triplet: 9F, 64 and 74. RGB value is (159,100,116). Sum of RGB (Red+Green+Blue) = 159+100+116=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6474 is #609B8B. Grayscale: #777777. Windows color (decimal): -6331276 or 7627935. OLE color: 7627935.

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

Color convert

RGB 159 100 116 -
CMYK 0 0.37 0.27 0.38
HSL 343.73º 0.24% 0.51% -
HSV(B) 343.73º 0.37% 0.62% -
XYZ 22.01 17.75 18.79 -
YUV 119.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 159 100 116 0 0.37 0.27 0.38 343.73 0.24 0.51
Hex 9F 64 74 0 25 1B 26 158 18 33
Octal 237 144 164 0 45 33 46 530 30 63
Binary 10011111 1100100 1110100 0 100101 11011 100110 101011000 11000 110011

Color Harmonies of #9F6474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6474

Black with #9F6474

Text Example


Text Example

White with #9F6474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,116); }

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

background-color css

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

 a { background-color: rgb(159,100,116); }

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

border-color css

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

 span { border-color: rgb(159,100,116); }

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