Html Css Color HEX #945E6E Mauve Taupe

📋 copy color: '#945E6E'

red 148 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #945E6E

Tints of Mauve Taupe #945E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.25%

R = 42.05%
G = 26.7%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#945E6E (or 0x945E6E) is known color: Mauve Taupe. HEX triplet: 94, 5E and 6E. RGB value is (148,94,110). Sum of RGB (Red+Green+Blue) = 148+94+110=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #945E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E6E is #6BA191. Grayscale: #6F6F6F. Windows color (decimal): -7053714 or 7233172. OLE color: 7233172.

HSL color Cylindrical-coordinate representation of color #945E6E: hue angle of 342.22º 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 #945E6E is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 94 110 -
CMYK 0 0.36 0.26 0.42
HSL 342.22º 0.22% 0.47% -
HSV(B) 342.22º 0.36% 0.58% -
XYZ 19.03 15.43 16.73 -
YUV 111.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 148 94 110 0 0.36 0.26 0.42 342.22 0.22 0.47
Hex 94 5E 6E 0 24 1A 2A 156 16 2F
Octal 224 136 156 0 44 32 52 526 26 57
Binary 10010100 1011110 1101110 0 100100 11010 101010 101010110 10110 101111

Color Harmonies of #945E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E6E

Black with #945E6E

Text Example


Text Example

White with #945E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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