Html Css Color HEX #945A6F Mauve Taupe

📋 copy color: '#945A6F'

red 148 ◦ green 90 ◦ blue 111

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

Shades of Mauve Taupe #945A6F

Tints of Mauve Taupe #945A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 42.41%
G = 25.79%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#945A6F (or 0x945A6F) is known color: Mauve Taupe. HEX triplet: 94, 5A and 6F. RGB value is (148,90,111). Sum of RGB (Red+Green+Blue) = 148+90+111=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #945A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A6F is #6BA590. Grayscale: #6D6D6D. Windows color (decimal): -7054737 or 7297684. OLE color: 7297684.

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

Color convert

RGB 148 90 111 -
CMYK 0 0.39 0.25 0.42
HSL 338.28º 0.24% 0.47% -
HSV(B) 338.28º 0.39% 0.58% -
XYZ 18.74 14.76 16.9 -
YUV 109.74 128.72 155.29 -
System Red Green Blue C M Y K H S L
Decimal 148 90 111 0 0.39 0.25 0.42 338.28 0.24 0.47
Hex 94 5A 6F 0 27 19 2A 152 18 2F
Octal 224 132 157 0 47 31 52 522 30 57
Binary 10010100 1011010 1101111 0 100111 11001 101010 101010010 11000 101111

Color Harmonies of #945A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A6F

Black with #945A6F

Text Example


Text Example

White with #945A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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