Html Css Color HEX #9A636D Mauve Taupe

📋 copy color: '#9A636D'

red 154 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #9A636D

Tints of Mauve Taupe #9A636D

RGB

 RED value IS 154 (60.55% from 255) = 42.54%

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 109 (42.97% from 255) = 30.11%

R = 42.54%
G = 27.35%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A636D (or 0x9A636D) is known color: Mauve Taupe. HEX triplet: 9A, 63 and 6D. RGB value is (154,99,109). Sum of RGB (Red+Green+Blue) = 154+99+109=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A636D is #659C92. Grayscale: #747474. Windows color (decimal): -6659219 or 7168922. OLE color: 7168922.

HSL color Cylindrical-coordinate representation of color #9A636D: hue angle of 349.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A636D is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 109 -
CMYK 0 0.36 0.29 0.40
HSL 349.09º 0.22% 0.5% -
HSV(B) 349.09º 0.36% 0.6% -
XYZ 20.55 16.9 16.65 -
YUV 116.59 123.72 154.69 -
System Red Green Blue C M Y K H S L
Decimal 154 99 109 0 0.36 0.29 0.40 349.09 0.22 0.5
Hex 9A 63 6D 0 24 1D 28 15D 16 32
Octal 232 143 155 0 44 35 50 535 26 62
Binary 10011010 1100011 1101101 0 100100 11101 101000 101011101 10110 110010

Color Harmonies of #9A636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A636D

Black with #9A636D

Text Example


Text Example

White with #9A636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A636D; }

 p { color: rgb(154,99,109); }

 H1.HeaderClassName
 {
   color: #9A636D;
 }
 .AnyTagClassName
 {
   color: #9A636D;
 }
</style>

background-color css

<style>
 a { background-color: #9A636D; }

 a { background-color: rgb(154,99,109); }

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

border-color css

<style>
 span { border-color: #9A636D; }

 span { border-color: rgb(154,99,109); }

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