Html Css Color HEX #94626B Mauve Taupe

📋 copy color: '#94626B'

red 148 ◦ green 98 ◦ blue 107

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

Shades of Mauve Taupe #94626B

Tints of Mauve Taupe #94626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

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

R = 41.93%
G = 27.76%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94626B (or 0x94626B) is known color: Mauve Taupe. HEX triplet: 94, 62 and 6B. RGB value is (148,98,107). Sum of RGB (Red+Green+Blue) = 148+98+107=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94626B is #6B9D94. Grayscale: #717171. Windows color (decimal): -7052693 or 7037588. OLE color: 7037588.

HSL color Cylindrical-coordinate representation of color #94626B: hue angle of 349.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94626B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 98 107 -
CMYK 0 0.34 0.28 0.42
HSL 349.2º 0.2% 0.48% -
HSV(B) 349.2º 0.34% 0.58% -
XYZ 19.23 16.09 16 -
YUV 113.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 148 98 107 0 0.34 0.28 0.42 349.2 0.2 0.48
Hex 94 62 6B 0 22 1C 2A 15D 14 30
Octal 224 142 153 0 42 34 52 535 24 60
Binary 10010100 1100010 1101011 0 100010 11100 101010 101011101 10100 110000

Color Harmonies of #94626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94626B

Black with #94626B

Text Example


Text Example

White with #94626B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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