Html Css Color HEX #945E66 Mauve Taupe

📋 copy color: '#945E66'

red 148 ◦ green 94 ◦ blue 102

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

Shades of Mauve Taupe #945E66

Tints of Mauve Taupe #945E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.33%

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 43.02%
G = 27.33%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#945E66 (or 0x945E66) is known color: Mauve Taupe. HEX triplet: 94, 5E and 66. RGB value is (148,94,102). Sum of RGB (Red+Green+Blue) = 148+94+102=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 94 (37.11% from 255 or 27.33% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #945E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E66 is #6BA199. Grayscale: #6F6F6F. Windows color (decimal): -7053722 or 6708884. OLE color: 6708884.

HSL color Cylindrical-coordinate representation of color #945E66: hue angle of 351.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #945E66 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 102 -
CMYK 0 0.36 0.31 0.42
HSL 351.11º 0.22% 0.47% -
HSV(B) 351.11º 0.36% 0.58% -
XYZ 18.61 15.26 14.53 -
YUV 111.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 148 94 102 0 0.36 0.31 0.42 351.11 0.22 0.47
Hex 94 5E 66 0 24 1F 2A 15F 16 2F
Octal 224 136 146 0 44 37 52 537 26 57
Binary 10010100 1011110 1100110 0 100100 11111 101010 101011111 10110 101111

Color Harmonies of #945E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E66

Black with #945E66

Text Example


Text Example

White with #945E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #945E66; }

 p { color: rgb(148,94,102); }

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

background-color css

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

 a { background-color: rgb(148,94,102); }

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

border-color css

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

 span { border-color: rgb(148,94,102); }

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