Html Css Color HEX #99626A Mauve Taupe

📋 copy color: '#99626A'

red 153 ◦ green 98 ◦ blue 106

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

Shades of Mauve Taupe #99626A

Tints of Mauve Taupe #99626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 42.86%
G = 27.45%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99626A (or 0x99626A) is known color: Mauve Taupe. HEX triplet: 99, 62 and 6A. RGB value is (153,98,106). Sum of RGB (Red+Green+Blue) = 153+98+106=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #99626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626A is #669D95. Grayscale: #737373. Windows color (decimal): -6725014 or 6972057. OLE color: 6972057.

HSL color Cylindrical-coordinate representation of color #99626A: hue angle of 351.27º 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 #99626A is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 98 106 -
CMYK 0 0.36 0.31 0.4
HSL 351.27º 0.22% 0.49% -
HSV(B) 351.27º 0.36% 0.6% -
XYZ 20.11 16.55 15.77 -
YUV 115.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 153 98 106 0 0.36 0.31 0.4 351.27 0.22 0.49
Hex 99 62 6A 0 24 1F 28 15F 16 31
Octal 231 142 152 0 44 37 50 537 26 61
Binary 10011001 1100010 1101010 0 100100 11111 101000 101011111 10110 110001

Color Harmonies of #99626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99626A

Black with #99626A

Text Example


Text Example

White with #99626A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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