Html Css Color HEX #945F64 Mauve Taupe

📋 copy color: '#945F64'

red 148 ◦ green 95 ◦ blue 100

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

Shades of Mauve Taupe #945F64

Tints of Mauve Taupe #945F64

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.7%

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 43.15%
G = 27.7%
B = 29.15%

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

#945F64 (or 0x945F64) is known color: Mauve Taupe. HEX triplet: 94, 5F and 64. RGB value is (148,95,100). Sum of RGB (Red+Green+Blue) = 148+95+100=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #945F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945F64 is #6BA09B. Grayscale: #6F6F6F. Windows color (decimal): -7053468 or 6578068. OLE color: 6578068.

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

Color convert

RGB 148 95 100 -
CMYK 0 0.36 0.32 0.42
HSL 354.34º 0.22% 0.48% -
HSV(B) 354.34º 0.36% 0.58% -
XYZ 18.61 15.4 14.05 -
YUV 111.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 148 95 100 0 0.36 0.32 0.42 354.34 0.22 0.48
Hex 94 5F 64 0 24 20 2A 162 16 30
Octal 224 137 144 0 44 40 52 542 26 60
Binary 10010100 1011111 1100100 0 100100 100000 101010 101100010 10110 110000

Color Harmonies of #945F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945F64

Black with #945F64

Text Example


Text Example

White with #945F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,95,100); }

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

background-color css

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

 a { background-color: rgb(148,95,100); }

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

border-color css

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

 span { border-color: rgb(148,95,100); }

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