Html Css Color HEX #996975 Mauve Taupe

📋 copy color: '#996975'

red 153 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #996975

Tints of Mauve Taupe #996975

RGB

 RED value IS 153 (60.16% from 255) = 40.8%

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 40.8%
G = 28%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#996975 (or 0x996975) is known color: Mauve Taupe. HEX triplet: 99, 69 and 75. RGB value is (153,105,117). Sum of RGB (Red+Green+Blue) = 153+105+117=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996975 is #66968A. Grayscale: #787878. Windows color (decimal): -6723211 or 7694745. OLE color: 7694745.

HSL color Cylindrical-coordinate representation of color #996975: hue angle of 345º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996975 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 117 -
CMYK 0 0.31 0.24 0.4
HSL 345º 0.19% 0.51% -
HSV(B) 345º 0.31% 0.6% -
XYZ 21.4 18.16 19.21 -
YUV 120.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 153 105 117 0 0.31 0.24 0.4 345 0.19 0.51
Hex 99 69 75 0 1F 18 28 159 13 33
Octal 231 151 165 0 37 30 50 531 23 63
Binary 10011001 1101001 1110101 0 11111 11000 101000 101011001 10011 110011

Color Harmonies of #996975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996975

Black with #996975

Text Example


Text Example

White with #996975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996975; }

 p { color: rgb(153,105,117); }

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

background-color css

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

 a { background-color: rgb(153,105,117); }

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

border-color css

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

 span { border-color: rgb(153,105,117); }

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