Html Css Color HEX #99656E Mauve Taupe

📋 copy color: '#99656E'

red 153 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #99656E

Tints of Mauve Taupe #99656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 42.03%
G = 27.75%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99656E (or 0x99656E) is known color: Mauve Taupe. HEX triplet: 99, 65 and 6E. RGB value is (153,101,110). Sum of RGB (Red+Green+Blue) = 153+101+110=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99656E is #669A91. Grayscale: #757575. Windows color (decimal): -6724242 or 7234969. OLE color: 7234969.

HSL color Cylindrical-coordinate representation of color #99656E: hue angle of 349.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99656E is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 110 -
CMYK 0 0.34 0.28 0.4
HSL 349.62º 0.2% 0.5% -
HSV(B) 349.62º 0.34% 0.6% -
XYZ 20.61 17.21 16.99 -
YUV 117.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 153 101 110 0 0.34 0.28 0.4 349.62 0.2 0.5
Hex 99 65 6E 0 22 1C 28 15E 14 32
Octal 231 145 156 0 42 34 50 536 24 62
Binary 10011001 1100101 1101110 0 100010 11100 101000 101011110 10100 110010

Color Harmonies of #99656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99656E

Black with #99656E

Text Example


Text Example

White with #99656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99656E; }

 p { color: rgb(153,101,110); }

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

background-color css

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

 a { background-color: rgb(153,101,110); }

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

border-color css

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

 span { border-color: rgb(153,101,110); }

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