Html Css Color HEX #946062 Mauve Taupe

📋 copy color: '#946062'

red 148 ◦ green 96 ◦ blue 98

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

Shades of Mauve Taupe #946062

Tints of Mauve Taupe #946062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.65%

R = 43.27%
G = 28.07%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#946062 (or 0x946062) is known color: Mauve Taupe. HEX triplet: 94, 60 and 62. RGB value is (148,96,98). Sum of RGB (Red+Green+Blue) = 148+96+98=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #946062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946062 is #6B9F9D. Grayscale: #6F6F6F. Windows color (decimal): -7053214 or 6447252. OLE color: 6447252.

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

Color convert

RGB 148 96 98 -
CMYK 0 0.35 0.34 0.42
HSL 357.69º 0.21% 0.48% -
HSV(B) 357.69º 0.35% 0.58% -
XYZ 18.6 15.54 13.58 -
YUV 111.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 148 96 98 0 0.35 0.34 0.42 357.69 0.21 0.48
Hex 94 60 62 0 23 22 2A 166 15 30
Octal 224 140 142 0 43 42 52 546 25 60
Binary 10010100 1100000 1100010 0 100011 100010 101010 101100110 10101 110000

Color Harmonies of #946062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946062

Black with #946062

Text Example


Text Example

White with #946062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946062; }

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

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

background-color css

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

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

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

border-color css

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

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

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