Html Css Color HEX #946468 Mauve Taupe

📋 copy color: '#946468'

red 148 ◦ green 100 ◦ blue 104

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

Shades of Mauve Taupe #946468

Tints of Mauve Taupe #946468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 42.05%
G = 28.41%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946468 (or 0x946468) is known color: Mauve Taupe. HEX triplet: 94, 64 and 68. RGB value is (148,100,104). Sum of RGB (Red+Green+Blue) = 148+100+104=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #946468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946468 is #6B9B97. Grayscale: #727272. Windows color (decimal): -7052184 or 6841492. OLE color: 6841492.

HSL color Cylindrical-coordinate representation of color #946468: hue angle of 355º 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 #946468 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 104 -
CMYK 0 0.32 0.30 0.42
HSL 355º 0.19% 0.49% -
HSV(B) 355º 0.32% 0.58% -
XYZ 19.27 16.41 15.25 -
YUV 114.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 148 100 104 0 0.32 0.30 0.42 355 0.19 0.49
Hex 94 64 68 0 20 1E 2A 163 13 31
Octal 224 144 150 0 40 36 52 543 23 61
Binary 10010100 1100100 1101000 0 100000 11110 101010 101100011 10011 110001

Color Harmonies of #946468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946468

Black with #946468

Text Example


Text Example

White with #946468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946468; }

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

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

background-color css

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

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

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

border-color css

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

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

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