Html Css Color HEX #946465 Mauve Taupe

📋 copy color: '#946465'

red 148 ◦ green 100 ◦ blue 101

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

Shades of Mauve Taupe #946465

Tints of Mauve Taupe #946465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.94%

R = 42.41%
G = 28.65%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#946465 (or 0x946465) is known color: Mauve Taupe. HEX triplet: 94, 64 and 65. RGB value is (148,100,101). Sum of RGB (Red+Green+Blue) = 148+100+101=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #946465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946465 is #6B9B9A. Grayscale: #727272. Windows color (decimal): -7052187 or 6644884. OLE color: 6644884.

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

Color convert

RGB 148 100 101 -
CMYK 0 0.32 0.32 0.42
HSL 358.75º 0.19% 0.49% -
HSV(B) 358.75º 0.32% 0.58% -
XYZ 19.12 16.35 14.46 -
YUV 114.47 120.4 151.92 -
System Red Green Blue C M Y K H S L
Decimal 148 100 101 0 0.32 0.32 0.42 358.75 0.19 0.49
Hex 94 64 65 0 20 20 2A 167 13 31
Octal 224 144 145 0 40 40 52 547 23 61
Binary 10010100 1100100 1100101 0 100000 100000 101010 101100111 10011 110001

Color Harmonies of #946465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946465

Black with #946465

Text Example


Text Example

White with #946465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946465; }

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

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

background-color css

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

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

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

border-color css

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

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

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