Html Css Color HEX #945A6C Mauve Taupe

📋 copy color: '#945A6C'

red 148 ◦ green 90 ◦ blue 108

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

Shades of Mauve Taupe #945A6C

Tints of Mauve Taupe #945A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.01%

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

R = 42.77%
G = 26.01%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#945A6C (or 0x945A6C) is known color: Mauve Taupe. HEX triplet: 94, 5A and 6C. RGB value is (148,90,108). Sum of RGB (Red+Green+Blue) = 148+90+108=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A6C is #6BA593. Grayscale: #6D6D6D. Windows color (decimal): -7054740 or 7101076. OLE color: 7101076.

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

Color convert

RGB 148 90 108 -
CMYK 0 0.39 0.27 0.42
HSL 341.38º 0.24% 0.47% -
HSV(B) 341.38º 0.39% 0.58% -
XYZ 18.58 14.69 16.04 -
YUV 109.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 148 90 108 0 0.39 0.27 0.42 341.38 0.24 0.47
Hex 94 5A 6C 0 27 1B 2A 155 18 2F
Octal 224 132 154 0 47 33 52 525 30 57
Binary 10010100 1011010 1101100 0 100111 11011 101010 101010101 11000 101111

Color Harmonies of #945A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A6C

Black with #945A6C

Text Example


Text Example

White with #945A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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