Html Css Color HEX #946367 Mauve Taupe

📋 copy color: '#946367'

red 148 ◦ green 99 ◦ blue 103

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

Shades of Mauve Taupe #946367

Tints of Mauve Taupe #946367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 42.29%
G = 28.29%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#946367 (or 0x946367) is known color: Mauve Taupe. HEX triplet: 94, 63 and 67. RGB value is (148,99,103). Sum of RGB (Red+Green+Blue) = 148+99+103=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #946367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946367 is #6B9C98. Grayscale: #727272. Windows color (decimal): -7052441 or 6775700. OLE color: 6775700.

HSL color Cylindrical-coordinate representation of color #946367: hue angle of 355.1º 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 #946367 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 99 103 -
CMYK 0 0.33 0.30 0.42
HSL 355.1º 0.2% 0.48% -
HSV(B) 355.1º 0.33% 0.58% -
XYZ 19.12 16.2 14.95 -
YUV 114.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 148 99 103 0 0.33 0.30 0.42 355.1 0.2 0.48
Hex 94 63 67 0 21 1E 2A 163 14 30
Octal 224 143 147 0 41 36 52 543 24 60
Binary 10010100 1100011 1100111 0 100001 11110 101010 101100011 10100 110000

Color Harmonies of #946367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946367

Black with #946367

Text Example


Text Example

White with #946367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946367; }

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

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

background-color css

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

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

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

border-color css

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

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

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