Html Css Color HEX #94606C Mauve Taupe

📋 copy color: '#94606C'

red 148 ◦ green 96 ◦ blue 108

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

Shades of Mauve Taupe #94606C

Tints of Mauve Taupe #94606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 42.05%
G = 27.27%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94606C (or 0x94606C) is known color: Mauve Taupe. HEX triplet: 94, 60 and 6C. RGB value is (148,96,108). Sum of RGB (Red+Green+Blue) = 148+96+108=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94606C is #6B9F93. Grayscale: #707070. Windows color (decimal): -7053204 or 7102612. OLE color: 7102612.

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

Color convert

RGB 148 96 108 -
CMYK 0 0.35 0.27 0.42
HSL 346.15º 0.21% 0.48% -
HSV(B) 346.15º 0.35% 0.58% -
XYZ 19.1 15.74 16.22 -
YUV 112.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 148 96 108 0 0.35 0.27 0.42 346.15 0.21 0.48
Hex 94 60 6C 0 23 1B 2A 15A 15 30
Octal 224 140 154 0 43 33 52 532 25 60
Binary 10010100 1100000 1101100 0 100011 11011 101010 101011010 10101 110000

Color Harmonies of #94606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94606C

Black with #94606C

Text Example


Text Example

White with #94606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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