Html Css Color HEX #945E65 Mauve Taupe

📋 copy color: '#945E65'

red 148 ◦ green 94 ◦ blue 101

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

Shades of Mauve Taupe #945E65

Tints of Mauve Taupe #945E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.45%

R = 43.15%
G = 27.41%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#945E65 (or 0x945E65) is known color: Mauve Taupe. HEX triplet: 94, 5E and 65. RGB value is (148,94,101). Sum of RGB (Red+Green+Blue) = 148+94+101=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #945E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945E65 is #6BA19A. Grayscale: #6E6E6E. Windows color (decimal): -7053723 or 6643348. OLE color: 6643348.

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

Color convert

RGB 148 94 101 -
CMYK 0 0.36 0.32 0.42
HSL 352.22º 0.22% 0.47% -
HSV(B) 352.22º 0.36% 0.58% -
XYZ 18.56 15.24 14.28 -
YUV 110.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 148 94 101 0 0.36 0.32 0.42 352.22 0.22 0.47
Hex 94 5E 65 0 24 20 2A 160 16 2F
Octal 224 136 145 0 44 40 52 540 26 57
Binary 10010100 1011110 1100101 0 100100 100000 101010 101100000 10110 101111

Color Harmonies of #945E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945E65

Black with #945E65

Text Example


Text Example

White with #945E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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