Html Css Color HEX #905E6D Mauve Taupe

📋 copy color: '#905E6D'

red 144 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #905E6D

Tints of Mauve Taupe #905E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.09%

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

R = 41.5%
G = 27.09%
B = 31.41%

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

#905E6D (or 0x905E6D) is known color: Mauve Taupe. HEX triplet: 90, 5E and 6D. RGB value is (144,94,109). Sum of RGB (Red+Green+Blue) = 144+94+109=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #905E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E6D is #6FA192. Grayscale: #6E6E6E. Windows color (decimal): -7315859 or 7167632. OLE color: 7167632.

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

Color convert

RGB 144 94 109 -
CMYK 0 0.35 0.24 0.44
HSL 342º 0.21% 0.47% -
HSV(B) 342º 0.35% 0.56% -
XYZ 18.26 15.04 16.41 -
YUV 110.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 144 94 109 0 0.35 0.24 0.44 342 0.21 0.47
Hex 90 5E 6D 0 23 18 2C 156 15 2F
Octal 220 136 155 0 43 30 54 526 25 57
Binary 10010000 1011110 1101101 0 100011 11000 101100 101010110 10101 101111

Color Harmonies of #905E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905E6D

Black with #905E6D

Text Example


Text Example

White with #905E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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