Html Css Color HEX #94636A Mauve Taupe

📋 copy color: '#94636A'

red 148 ◦ green 99 ◦ blue 106

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

Shades of Mauve Taupe #94636A

Tints of Mauve Taupe #94636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.05%

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

R = 41.93%
G = 28.05%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#94636A (or 0x94636A) is known color: Mauve Taupe. HEX triplet: 94, 63 and 6A. RGB value is (148,99,106). Sum of RGB (Red+Green+Blue) = 148+99+106=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #94636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94636A is #6B9C95. Grayscale: #727272. Windows color (decimal): -7052438 or 6972308. OLE color: 6972308.

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

Color convert

RGB 148 99 106 -
CMYK 0 0.33 0.28 0.42
HSL 351.43º 0.2% 0.48% -
HSV(B) 351.43º 0.33% 0.58% -
XYZ 19.28 16.26 15.76 -
YUV 114.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 148 99 106 0 0.33 0.28 0.42 351.43 0.2 0.48
Hex 94 63 6A 0 21 1C 2A 15F 14 30
Octal 224 143 152 0 41 34 52 537 24 60
Binary 10010100 1100011 1101010 0 100001 11100 101010 101011111 10100 110000

Color Harmonies of #94636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94636A

Black with #94636A

Text Example


Text Example

White with #94636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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