Html Css Color HEX #905D66 Mauve Taupe

📋 copy color: '#905D66'

red 144 ◦ green 93 ◦ blue 102

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

Shades of Mauve Taupe #905D66

Tints of Mauve Taupe #905D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 42.48%
G = 27.43%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#905D66 (or 0x905D66) is known color: Mauve Taupe. HEX triplet: 90, 5D and 66. RGB value is (144,93,102). Sum of RGB (Red+Green+Blue) = 144+93+102=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #905D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905D66 is #6FA299. Grayscale: #6D6D6D. Windows color (decimal): -7316122 or 6708624. OLE color: 6708624.

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

Color convert

RGB 144 93 102 -
CMYK 0 0.35 0.29 0.44
HSL 349.41º 0.22% 0.46% -
HSV(B) 349.41º 0.35% 0.56% -
XYZ 17.81 14.72 14.47 -
YUV 109.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 144 93 102 0 0.35 0.29 0.44 349.41 0.22 0.46
Hex 90 5D 66 0 23 1D 2C 15D 16 2E
Octal 220 135 146 0 43 35 54 535 26 56
Binary 10010000 1011101 1100110 0 100011 11101 101100 101011101 10110 101110

Color Harmonies of #905D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905D66

Black with #905D66

Text Example


Text Example

White with #905D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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