Html Css Color HEX #9A636A Mauve Taupe

📋 copy color: '#9A636A'

red 154 ◦ green 99 ◦ blue 106

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

Shades of Mauve Taupe #9A636A

Tints of Mauve Taupe #9A636A

RGB

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

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

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

R = 42.9%
G = 27.58%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A636A (or 0x9A636A) is known color: Mauve Taupe. HEX triplet: 9A, 63 and 6A. RGB value is (154,99,106). Sum of RGB (Red+Green+Blue) = 154+99+106=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A636A is #659C95. Grayscale: #747474. Windows color (decimal): -6659222 or 6972314. OLE color: 6972314.

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

Color convert

RGB 154 99 106 -
CMYK 0 0.36 0.31 0.40
HSL 352.36º 0.22% 0.5% -
HSV(B) 352.36º 0.36% 0.6% -
XYZ 20.39 16.83 15.81 -
YUV 116.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 154 99 106 0 0.36 0.31 0.40 352.36 0.22 0.5
Hex 9A 63 6A 0 24 1F 28 160 16 32
Octal 232 143 152 0 44 37 50 540 26 62
Binary 10011010 1100011 1101010 0 100100 11111 101000 101100000 10110 110010

Color Harmonies of #9A636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A636A

Black with #9A636A

Text Example


Text Example

White with #9A636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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