Html Css Color HEX #9F667A Mauve Taupe

📋 copy color: '#9F667A'

red 159 ◦ green 102 ◦ blue 122

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

Shades of Mauve Taupe #9F667A

Tints of Mauve Taupe #9F667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 41.51%
G = 26.63%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#9F667A (or 0x9F667A) is known color: Mauve Taupe. HEX triplet: 9F, 66 and 7A. RGB value is (159,102,122). Sum of RGB (Red+Green+Blue) = 159+102+122=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F667A is #609985. Grayscale: #797979. Windows color (decimal): -6330758 or 8021663. OLE color: 8021663.

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

Color convert

RGB 159 102 122 -
CMYK 0 0.36 0.23 0.38
HSL 338.95º 0.23% 0.51% -
HSV(B) 338.95º 0.36% 0.62% -
XYZ 22.56 18.28 20.75 -
YUV 121.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 159 102 122 0 0.36 0.23 0.38 338.95 0.23 0.51
Hex 9F 66 7A 0 24 17 26 153 17 33
Octal 237 146 172 0 44 27 46 523 27 63
Binary 10011111 1100110 1111010 0 100100 10111 100110 101010011 10111 110011

Color Harmonies of #9F667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F667A

Black with #9F667A

Text Example


Text Example

White with #9F667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,122); }

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

background-color css

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

 a { background-color: rgb(159,102,122); }

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

border-color css

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

 span { border-color: rgb(159,102,122); }

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