Html Css Color HEX #94646F Mauve Taupe

📋 copy color: '#94646F'

red 148 ◦ green 100 ◦ blue 111

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

Shades of Mauve Taupe #94646F

Tints of Mauve Taupe #94646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

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

R = 41.23%
G = 27.86%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94646F (or 0x94646F) is known color: Mauve Taupe. HEX triplet: 94, 64 and 6F. RGB value is (148,100,111). Sum of RGB (Red+Green+Blue) = 148+100+111=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94646F is #6B9B90. Grayscale: #737373. Windows color (decimal): -7052177 or 7300244. OLE color: 7300244.

HSL color Cylindrical-coordinate representation of color #94646F: hue angle of 346.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94646F is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 111 -
CMYK 0 0.32 0.25 0.42
HSL 346.25º 0.19% 0.49% -
HSV(B) 346.25º 0.32% 0.58% -
XYZ 19.64 16.56 17.2 -
YUV 115.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 148 100 111 0 0.32 0.25 0.42 346.25 0.19 0.49
Hex 94 64 6F 0 20 19 2A 15A 13 31
Octal 224 144 157 0 40 31 52 532 23 61
Binary 10010100 1100100 1101111 0 100000 11001 101010 101011010 10011 110001

Color Harmonies of #94646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94646F

Black with #94646F

Text Example


Text Example

White with #94646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,100,111); }

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

background-color css

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

 a { background-color: rgb(148,100,111); }

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

border-color css

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

 span { border-color: rgb(148,100,111); }

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