Html Css Color HEX #99626F Mauve Taupe

📋 copy color: '#99626F'

red 153 ◦ green 98 ◦ blue 111

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

Shades of Mauve Taupe #99626F

Tints of Mauve Taupe #99626F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 42.27%
G = 27.07%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99626F (or 0x99626F) is known color: Mauve Taupe. HEX triplet: 99, 62 and 6F. RGB value is (153,98,111). Sum of RGB (Red+Green+Blue) = 153+98+111=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99626F is #669D90. Grayscale: #737373. Windows color (decimal): -6725009 or 7299737. OLE color: 7299737.

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

Color convert

RGB 153 98 111 -
CMYK 0 0.36 0.27 0.4
HSL 345.82º 0.22% 0.49% -
HSV(B) 345.82º 0.36% 0.6% -
XYZ 20.37 16.66 17.18 -
YUV 115.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 153 98 111 0 0.36 0.27 0.4 345.82 0.22 0.49
Hex 99 62 6F 0 24 1B 28 15A 16 31
Octal 231 142 157 0 44 33 50 532 26 61
Binary 10011001 1100010 1101111 0 100100 11011 101000 101011010 10110 110001

Color Harmonies of #99626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99626F

Black with #99626F

Text Example


Text Example

White with #99626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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