Html Css Color HEX #94696F Mauve Taupe

📋 copy color: '#94696F'

red 148 ◦ green 105 ◦ blue 111

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

Shades of Mauve Taupe #94696F

Tints of Mauve Taupe #94696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 40.66%
G = 28.85%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#94696F (or 0x94696F) is known color: Mauve Taupe. HEX triplet: 94, 69 and 6F. RGB value is (148,105,111). Sum of RGB (Red+Green+Blue) = 148+105+111=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 148 - color contains mainly: red. Hex color #94696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94696F is #6B9690. Grayscale: #767676. Windows color (decimal): -7050897 or 7301524. OLE color: 7301524.

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

Color convert

RGB 148 105 111 -
CMYK 0 0.29 0.25 0.42
HSL 351.63º 0.17% 0.5% -
HSV(B) 351.63º 0.29% 0.58% -
XYZ 20.13 17.55 17.36 -
YUV 118.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 148 105 111 0 0.29 0.25 0.42 351.63 0.17 0.5
Hex 94 69 6F 0 1D 19 2A 160 11 32
Octal 224 151 157 0 35 31 52 540 21 62
Binary 10010100 1101001 1101111 0 11101 11001 101010 101100000 10001 110010

Color Harmonies of #94696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94696F

Black with #94696F

Text Example


Text Example

White with #94696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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