Html Css Color HEX #94656A Mauve Taupe

📋 copy color: '#94656A'

red 148 ◦ green 101 ◦ blue 106

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

Shades of Mauve Taupe #94656A

Tints of Mauve Taupe #94656A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.45%

 BLUE value IS 106 (41.8% from 255) = 29.86%

R = 41.69%
G = 28.45%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94656A (or 0x94656A) is known color: Mauve Taupe. HEX triplet: 94, 65 and 6A. RGB value is (148,101,106). Sum of RGB (Red+Green+Blue) = 148+101+106=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #94656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94656A is #6B9A95. Grayscale: #737373. Windows color (decimal): -7051926 or 6972820. OLE color: 6972820.

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

Color convert

RGB 148 101 106 -
CMYK 0 0.32 0.28 0.42
HSL 353.62º 0.19% 0.49% -
HSV(B) 353.62º 0.32% 0.58% -
XYZ 19.47 16.64 15.82 -
YUV 115.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 148 101 106 0 0.32 0.28 0.42 353.62 0.19 0.49
Hex 94 65 6A 0 20 1C 2A 162 13 31
Octal 224 145 152 0 40 34 52 542 23 61
Binary 10010100 1100101 1101010 0 100000 11100 101010 101100010 10011 110001

Color Harmonies of #94656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94656A

Black with #94656A

Text Example


Text Example

White with #94656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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