Html Css Color HEX #945E69 Mauve Taupe

📋 copy color: '#945E69'

red 148 ◦ green 94 ◦ blue 105

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

Shades of Mauve Taupe #945E69

Tints of Mauve Taupe #945E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 42.65%
G = 27.09%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#945E69 (or 0x945E69) is known color: Mauve Taupe. HEX triplet: 94, 5E and 69. RGB value is (148,94,105). Sum of RGB (Red+Green+Blue) = 148+94+105=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #945E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E69 is #6BA196. Grayscale: #6F6F6F. Windows color (decimal): -7053719 or 6905492. OLE color: 6905492.

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

Color convert

RGB 148 94 105 -
CMYK 0 0.36 0.29 0.42
HSL 347.78º 0.22% 0.47% -
HSV(B) 347.78º 0.36% 0.58% -
XYZ 18.77 15.32 15.33 -
YUV 111.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 148 94 105 0 0.36 0.29 0.42 347.78 0.22 0.47
Hex 94 5E 69 0 24 1D 2A 15C 16 2F
Octal 224 136 151 0 44 35 52 534 26 57
Binary 10010100 1011110 1101001 0 100100 11101 101010 101011100 10110 101111

Color Harmonies of #945E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E69

Black with #945E69

Text Example


Text Example

White with #945E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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