Html Css Color HEX #94676C Mauve Taupe

📋 copy color: '#94676C'

red 148 ◦ green 103 ◦ blue 108

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

Shades of Mauve Taupe #94676C

Tints of Mauve Taupe #94676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

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

R = 41.23%
G = 28.69%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94676C (or 0x94676C) is known color: Mauve Taupe. HEX triplet: 94, 67 and 6C. RGB value is (148,103,108). Sum of RGB (Red+Green+Blue) = 148+103+108=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94676C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94676C is #6B9893. Grayscale: #757575. Windows color (decimal): -7051412 or 7104404. OLE color: 7104404.

HSL color Cylindrical-coordinate representation of color #94676C: hue angle of 353.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94676C is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 103 108 -
CMYK 0 0.30 0.27 0.42
HSL 353.33º 0.18% 0.49% -
HSV(B) 353.33º 0.3% 0.58% -
XYZ 19.77 17.08 16.44 -
YUV 117.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 148 103 108 0 0.30 0.27 0.42 353.33 0.18 0.49
Hex 94 67 6C 0 1E 1B 2A 161 12 31
Octal 224 147 154 0 36 33 52 541 22 61
Binary 10010100 1100111 1101100 0 11110 11011 101010 101100001 10010 110001

Color Harmonies of #94676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94676C

Black with #94676C

Text Example


Text Example

White with #94676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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