Html Css Color HEX #94656B Mauve Taupe

📋 copy color: '#94656B'

red 148 ◦ green 101 ◦ blue 107

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

Shades of Mauve Taupe #94656B

Tints of Mauve Taupe #94656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 41.57%
G = 28.37%
B = 30.06%

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

#94656B (or 0x94656B) is known color: Mauve Taupe. HEX triplet: 94, 65 and 6B. RGB value is (148,101,107). Sum of RGB (Red+Green+Blue) = 148+101+107=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94656B is #6B9A94. Grayscale: #737373. Windows color (decimal): -7051925 or 7038356. OLE color: 7038356.

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

Color convert

RGB 148 101 107 -
CMYK 0 0.32 0.28 0.42
HSL 352.34º 0.19% 0.49% -
HSV(B) 352.34º 0.32% 0.58% -
XYZ 19.52 16.66 16.1 -
YUV 115.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 148 101 107 0 0.32 0.28 0.42 352.34 0.19 0.49
Hex 94 65 6B 0 20 1C 2A 160 13 31
Octal 224 145 153 0 40 34 52 540 23 61
Binary 10010100 1100101 1101011 0 100000 11100 101010 101100000 10011 110001

Color Harmonies of #94656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94656B

Black with #94656B

Text Example


Text Example

White with #94656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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