Html Css Color HEX #946064 Mauve Taupe

📋 copy color: '#946064'

red 148 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #946064

Tints of Mauve Taupe #946064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 100 (39.45% from 255) = 29.07%

R = 43.02%
G = 27.91%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946064 (or 0x946064) is known color: Mauve Taupe. HEX triplet: 94, 60 and 64. RGB value is (148,96,100). Sum of RGB (Red+Green+Blue) = 148+96+100=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #946064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946064 is #6B9F9B. Grayscale: #707070. Windows color (decimal): -7053212 or 6578324. OLE color: 6578324.

HSL color Cylindrical-coordinate representation of color #946064: hue angle of 355.38º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946064 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 96 100 -
CMYK 0 0.35 0.32 0.42
HSL 355.38º 0.21% 0.48% -
HSV(B) 355.38º 0.35% 0.58% -
XYZ 18.7 15.58 14.08 -
YUV 112 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 148 96 100 0 0.35 0.32 0.42 355.38 0.21 0.48
Hex 94 60 64 0 23 20 2A 163 15 30
Octal 224 140 144 0 43 40 52 543 25 60
Binary 10010100 1100000 1100100 0 100011 100000 101010 101100011 10101 110000

Color Harmonies of #946064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946064

Black with #946064

Text Example


Text Example

White with #946064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946064; }

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

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

background-color css

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

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

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

border-color css

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

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

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