Html Css Color HEX #9F6375 Mauve Taupe

📋 copy color: '#9F6375'

red 159 ◦ green 99 ◦ blue 117

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

Shades of Mauve Taupe #9F6375

Tints of Mauve Taupe #9F6375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 42.4%
G = 26.4%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F6375 (or 0x9F6375) is known color: Mauve Taupe. HEX triplet: 9F, 63 and 75. RGB value is (159,99,117). Sum of RGB (Red+Green+Blue) = 159+99+117=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6375 is #609C8A. Grayscale: #767676. Windows color (decimal): -6331531 or 7693215. OLE color: 7693215.

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

Color convert

RGB 159 99 117 -
CMYK 0 0.38 0.26 0.38
HSL 342º 0.24% 0.51% -
HSV(B) 342º 0.38% 0.62% -
XYZ 21.97 17.58 19.06 -
YUV 118.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 159 99 117 0 0.38 0.26 0.38 342 0.24 0.51
Hex 9F 63 75 0 26 1A 26 156 18 33
Octal 237 143 165 0 46 32 46 526 30 63
Binary 10011111 1100011 1110101 0 100110 11010 100110 101010110 11000 110011

Color Harmonies of #9F6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6375

Black with #9F6375

Text Example


Text Example

White with #9F6375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,99,117); }

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

background-color css

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

 a { background-color: rgb(159,99,117); }

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

border-color css

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

 span { border-color: rgb(159,99,117); }

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