Html Css Color HEX #945E6A Mauve Taupe

📋 copy color: '#945E6A'

red 148 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #945E6A

Tints of Mauve Taupe #945E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 42.53%
G = 27.01%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#945E6A (or 0x945E6A) is known color: Mauve Taupe. HEX triplet: 94, 5E and 6A. RGB value is (148,94,106). Sum of RGB (Red+Green+Blue) = 148+94+106=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #945E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E6A is #6BA195. Grayscale: #6F6F6F. Windows color (decimal): -7053718 or 6971028. OLE color: 6971028.

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

Color convert

RGB 148 94 106 -
CMYK 0 0.36 0.28 0.42
HSL 346.67º 0.22% 0.47% -
HSV(B) 346.67º 0.36% 0.58% -
XYZ 18.82 15.34 15.61 -
YUV 111.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 148 94 106 0 0.36 0.28 0.42 346.67 0.22 0.47
Hex 94 5E 6A 0 24 1C 2A 15B 16 2F
Octal 224 136 152 0 44 34 52 533 26 57
Binary 10010100 1011110 1101010 0 100100 11100 101010 101011011 10110 101111

Color Harmonies of #945E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E6A

Black with #945E6A

Text Example


Text Example

White with #945E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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