Html Css Color HEX #945C6C Mauve Taupe

📋 copy color: '#945C6C'

red 148 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #945C6C

Tints of Mauve Taupe #945C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 42.53%
G = 26.44%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#945C6C (or 0x945C6C) is known color: Mauve Taupe. HEX triplet: 94, 5C and 6C. RGB value is (148,92,108). Sum of RGB (Red+Green+Blue) = 148+92+108=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #945C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945C6C is #6BA393. Grayscale: #6E6E6E. Windows color (decimal): -7054228 or 7101588. OLE color: 7101588.

HSL color Cylindrical-coordinate representation of color #945C6C: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #945C6C is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 92 108 -
CMYK 0 0.38 0.27 0.42
HSL 342.86º 0.23% 0.47% -
HSV(B) 342.86º 0.38% 0.58% -
XYZ 18.75 15.03 16.1 -
YUV 110.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 148 92 108 0 0.38 0.27 0.42 342.86 0.23 0.47
Hex 94 5C 6C 0 26 1B 2A 157 17 2F
Octal 224 134 154 0 46 33 52 527 27 57
Binary 10010100 1011100 1101100 0 100110 11011 101010 101010111 10111 101111

Color Harmonies of #945C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945C6C

Black with #945C6C

Text Example


Text Example

White with #945C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,92,108); }

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

background-color css

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

 a { background-color: rgb(148,92,108); }

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

border-color css

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

 span { border-color: rgb(148,92,108); }

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