Html Css Color HEX #945A6A Mauve Taupe

📋 copy color: '#945A6A'

red 148 ◦ green 90 ◦ blue 106

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

Shades of Mauve Taupe #945A6A

Tints of Mauve Taupe #945A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 43.02%
G = 26.16%
B = 30.81%

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

#945A6A (or 0x945A6A) is known color: Mauve Taupe. HEX triplet: 94, 5A and 6A. RGB value is (148,90,106). Sum of RGB (Red+Green+Blue) = 148+90+106=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #945A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A6A is #6BA595. Grayscale: #6D6D6D. Windows color (decimal): -7054742 or 6970004. OLE color: 6970004.

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

Color convert

RGB 148 90 106 -
CMYK 0 0.39 0.28 0.42
HSL 343.45º 0.24% 0.47% -
HSV(B) 343.45º 0.39% 0.58% -
XYZ 18.47 14.65 15.49 -
YUV 109.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 148 90 106 0 0.39 0.28 0.42 343.45 0.24 0.47
Hex 94 5A 6A 0 27 1C 2A 157 18 2F
Octal 224 132 152 0 47 34 52 527 30 57
Binary 10010100 1011010 1101010 0 100111 11100 101010 101010111 11000 101111

Color Harmonies of #945A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #945A6A

Black with #945A6A

Text Example


Text Example

White with #945A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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