Html Css Color HEX #99606F Mauve Taupe

📋 copy color: '#99606F'

red 153 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #99606F

Tints of Mauve Taupe #99606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 42.5%
G = 26.67%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99606F (or 0x99606F) is known color: Mauve Taupe. HEX triplet: 99, 60 and 6F. RGB value is (153,96,111). Sum of RGB (Red+Green+Blue) = 153+96+111=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99606F is #669F90. Grayscale: #727272. Windows color (decimal): -6725521 or 7299225. OLE color: 7299225.

HSL color Cylindrical-coordinate representation of color #99606F: hue angle of 344.21º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99606F is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 96 111 -
CMYK 0 0.37 0.27 0.4
HSL 344.21º 0.23% 0.49% -
HSV(B) 344.21º 0.37% 0.6% -
XYZ 20.19 16.29 17.12 -
YUV 114.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 153 96 111 0 0.37 0.27 0.4 344.21 0.23 0.49
Hex 99 60 6F 0 25 1B 28 158 17 31
Octal 231 140 157 0 45 33 50 530 27 61
Binary 10011001 1100000 1101111 0 100101 11011 101000 101011000 10111 110001

Color Harmonies of #99606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99606F

Black with #99606F

Text Example


Text Example

White with #99606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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