Html Css Color HEX #905D6D Mauve Taupe

📋 copy color: '#905D6D'

red 144 ◦ green 93 ◦ blue 109

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

Shades of Mauve Taupe #905D6D

Tints of Mauve Taupe #905D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 41.62%
G = 26.88%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#905D6D (or 0x905D6D) is known color: Mauve Taupe. HEX triplet: 90, 5D and 6D. RGB value is (144,93,109). Sum of RGB (Red+Green+Blue) = 144+93+109=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #905D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D6D is #6FA292. Grayscale: #6E6E6E. Windows color (decimal): -7316115 or 7167376. OLE color: 7167376.

HSL color Cylindrical-coordinate representation of color #905D6D: hue angle of 341.18º 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 #905D6D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 93 109 -
CMYK 0 0.35 0.24 0.44
HSL 341.18º 0.22% 0.46% -
HSV(B) 341.18º 0.35% 0.56% -
XYZ 18.18 14.86 16.38 -
YUV 110.07 127.4 152.2 -
System Red Green Blue C M Y K H S L
Decimal 144 93 109 0 0.35 0.24 0.44 341.18 0.22 0.46
Hex 90 5D 6D 0 23 18 2C 155 16 2E
Octal 220 135 155 0 43 30 54 525 26 56
Binary 10010000 1011101 1101101 0 100011 11000 101100 101010101 10110 101110

Color Harmonies of #905D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905D6D

Black with #905D6D

Text Example


Text Example

White with #905D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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