Html Css Color HEX #905D6B Mauve Taupe

📋 copy color: '#905D6B'

red 144 ◦ green 93 ◦ blue 107

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

Shades of Mauve Taupe #905D6B

Tints of Mauve Taupe #905D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 41.86%
G = 27.03%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#905D6B (or 0x905D6B) is known color: Mauve Taupe. HEX triplet: 90, 5D and 6B. RGB value is (144,93,107). Sum of RGB (Red+Green+Blue) = 144+93+107=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 144 - color contains mainly: red. Hex color #905D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D6B is #6FA294. Grayscale: #6D6D6D. Windows color (decimal): -7316117 or 7036304. OLE color: 7036304.

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

Color convert

RGB 144 93 107 -
CMYK 0 0.35 0.26 0.44
HSL 343.53º 0.22% 0.46% -
HSV(B) 343.53º 0.35% 0.56% -
XYZ 18.07 14.82 15.82 -
YUV 109.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 144 93 107 0 0.35 0.26 0.44 343.53 0.22 0.46
Hex 90 5D 6B 0 23 1A 2C 158 16 2E
Octal 220 135 153 0 43 32 54 530 26 56
Binary 10010000 1011101 1101011 0 100011 11010 101100 101011000 10110 101110

Color Harmonies of #905D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905D6B

Black with #905D6B

Text Example


Text Example

White with #905D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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