Html Css Color HEX #905A6A Mauve Taupe

📋 copy color: '#905A6A'

red 144 ◦ green 90 ◦ blue 106

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

Shades of Mauve Taupe #905A6A

Tints of Mauve Taupe #905A6A

RGB

 RED value IS 144 (56.64% from 255) = 42.35%

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

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

R = 42.35%
G = 26.47%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#905A6A (or 0x905A6A) is known color: Mauve Taupe. HEX triplet: 90, 5A and 6A. RGB value is (144,90,106). Sum of RGB (Red+Green+Blue) = 144+90+106=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #905A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A6A is #6FA595. Grayscale: #6B6B6B. Windows color (decimal): -7316886 or 6970000. OLE color: 6970000.

HSL color Cylindrical-coordinate representation of color #905A6A: hue angle of 342.22º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905A6A is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 90 106 -
CMYK 0 0.37 0.26 0.44
HSL 342.22º 0.23% 0.46% -
HSV(B) 342.22º 0.38% 0.56% -
XYZ 17.76 14.28 15.46 -
YUV 107.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 144 90 106 0 0.37 0.26 0.44 342.22 0.23 0.46
Hex 90 5A 6A 0 25 1A 2C 156 17 2E
Octal 220 132 152 0 45 32 54 526 27 56
Binary 10010000 1011010 1101010 0 100101 11010 101100 101010110 10111 101110

Color Harmonies of #905A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905A6A

Black with #905A6A

Text Example


Text Example

White with #905A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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