Html Css Color HEX #94636E Mauve Taupe

📋 copy color: '#94636E'

red 148 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #94636E

Tints of Mauve Taupe #94636E

RGB

 RED value IS 148 (58.2% from 255) = 41.46%

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 41.46%
G = 27.73%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#94636E (or 0x94636E) is known color: Mauve Taupe. HEX triplet: 94, 63 and 6E. RGB value is (148,99,110). Sum of RGB (Red+Green+Blue) = 148+99+110=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94636E is #6B9C91. Grayscale: #727272. Windows color (decimal): -7052434 or 7234452. OLE color: 7234452.

HSL color Cylindrical-coordinate representation of color #94636E: hue angle of 346.53º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94636E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 110 -
CMYK 0 0.33 0.26 0.42
HSL 346.53º 0.2% 0.48% -
HSV(B) 346.53º 0.33% 0.58% -
XYZ 19.49 16.35 16.88 -
YUV 114.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 148 99 110 0 0.33 0.26 0.42 346.53 0.2 0.48
Hex 94 63 6E 0 21 1A 2A 15B 14 30
Octal 224 143 156 0 41 32 52 533 24 60
Binary 10010100 1100011 1101110 0 100001 11010 101010 101011011 10100 110000

Color Harmonies of #94636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94636E

Black with #94636E

Text Example


Text Example

White with #94636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94636E; }

 p { color: rgb(148,99,110); }

 H1.HeaderClassName
 {
   color: #94636E;
 }
 .AnyTagClassName
 {
   color: #94636E;
 }
</style>

background-color css

<style>
 a { background-color: #94636E; }

 a { background-color: rgb(148,99,110); }

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

border-color css

<style>
 span { border-color: #94636E; }

 span { border-color: rgb(148,99,110); }

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