Html Css Color HEX #99626E Mauve Taupe

📋 copy color: '#99626E'

red 153 ◦ green 98 ◦ blue 110

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

Shades of Mauve Taupe #99626E

Tints of Mauve Taupe #99626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.15%

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

R = 42.38%
G = 27.15%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99626E (or 0x99626E) is known color: Mauve Taupe. HEX triplet: 99, 62 and 6E. RGB value is (153,98,110). Sum of RGB (Red+Green+Blue) = 153+98+110=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626E is #669D91. Grayscale: #737373. Windows color (decimal): -6725010 or 7234201. OLE color: 7234201.

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

Color convert

RGB 153 98 110 -
CMYK 0 0.36 0.28 0.4
HSL 346.91º 0.22% 0.49% -
HSV(B) 346.91º 0.36% 0.6% -
XYZ 20.32 16.63 16.89 -
YUV 115.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 153 98 110 0 0.36 0.28 0.4 346.91 0.22 0.49
Hex 99 62 6E 0 24 1C 28 15B 16 31
Octal 231 142 156 0 44 34 50 533 26 61
Binary 10011001 1100010 1101110 0 100100 11100 101000 101011011 10110 110001

Color Harmonies of #99626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99626E

Black with #99626E

Text Example


Text Example

White with #99626E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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