Html Css Color HEX #99656F Mauve Taupe

📋 copy color: '#99656F'

red 153 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #99656F

Tints of Mauve Taupe #99656F

RGB

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

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

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

R = 41.92%
G = 27.67%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99656F (or 0x99656F) is known color: Mauve Taupe. HEX triplet: 99, 65 and 6F. RGB value is (153,101,111). Sum of RGB (Red+Green+Blue) = 153+101+111=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99656F is #669A90. Grayscale: #757575. Windows color (decimal): -6724241 or 7300505. OLE color: 7300505.

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

Color convert

RGB 153 101 111 -
CMYK 0 0.34 0.27 0.4
HSL 348.46º 0.2% 0.5% -
HSV(B) 348.46º 0.34% 0.6% -
XYZ 20.66 17.23 17.28 -
YUV 117.69 124.23 153.19 -
System Red Green Blue C M Y K H S L
Decimal 153 101 111 0 0.34 0.27 0.4 348.46 0.2 0.5
Hex 99 65 6F 0 22 1B 28 15C 14 32
Octal 231 145 157 0 42 33 50 534 24 62
Binary 10011001 1100101 1101111 0 100010 11011 101000 101011100 10100 110010

Color Harmonies of #99656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99656F

Black with #99656F

Text Example


Text Example

White with #99656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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