Html Css Color HEX #905D72 Mauve Taupe

📋 copy color: '#905D72'

red 144 ◦ green 93 ◦ blue 114

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

Shades of Mauve Taupe #905D72

Tints of Mauve Taupe #905D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 41.03%
G = 26.5%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#905D72 (or 0x905D72) is known color: Mauve Taupe. HEX triplet: 90, 5D and 72. RGB value is (144,93,114). Sum of RGB (Red+Green+Blue) = 144+93+114=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #905D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D72 is #6FA28D. Grayscale: #6E6E6E. Windows color (decimal): -7316110 or 7495056. OLE color: 7495056.

HSL color Cylindrical-coordinate representation of color #905D72: hue angle of 335.29º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #905D72 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 93 114 -
CMYK 0 0.35 0.21 0.44
HSL 335.29º 0.22% 0.46% -
HSV(B) 335.29º 0.35% 0.56% -
XYZ 18.45 14.97 17.84 -
YUV 110.64 129.9 151.79 -
System Red Green Blue C M Y K H S L
Decimal 144 93 114 0 0.35 0.21 0.44 335.29 0.22 0.46
Hex 90 5D 72 0 23 15 2C 14F 16 2E
Octal 220 135 162 0 43 25 54 517 26 56
Binary 10010000 1011101 1110010 0 100011 10101 101100 101001111 10110 101110

Color Harmonies of #905D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905D72

Black with #905D72

Text Example


Text Example

White with #905D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,93,114); }

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

background-color css

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

 a { background-color: rgb(144,93,114); }

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

border-color css

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

 span { border-color: rgb(144,93,114); }

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