Html Css Color HEX #945A6B Mauve Taupe

📋 copy color: '#945A6B'

red 148 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #945A6B

Tints of Mauve Taupe #945A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 42.9%
G = 26.09%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#945A6B (or 0x945A6B) is known color: Mauve Taupe. HEX triplet: 94, 5A and 6B. RGB value is (148,90,107). Sum of RGB (Red+Green+Blue) = 148+90+107=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #945A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A6B is #6BA594. Grayscale: #6D6D6D. Windows color (decimal): -7054741 or 7035540. OLE color: 7035540.

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

Color convert

RGB 148 90 107 -
CMYK 0 0.39 0.28 0.42
HSL 342.41º 0.24% 0.47% -
HSV(B) 342.41º 0.39% 0.58% -
XYZ 18.52 14.67 15.77 -
YUV 109.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 148 90 107 0 0.39 0.28 0.42 342.41 0.24 0.47
Hex 94 5A 6B 0 27 1C 2A 156 18 2F
Octal 224 132 153 0 47 34 52 526 30 57
Binary 10010100 1011010 1101011 0 100111 11100 101010 101010110 11000 101111

Color Harmonies of #945A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A6B

Black with #945A6B

Text Example


Text Example

White with #945A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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