Html Css Color HEX #905B73 Mauve Taupe

📋 copy color: '#905B73'

red 144 ◦ green 91 ◦ blue 115

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

Shades of Mauve Taupe #905B73

Tints of Mauve Taupe #905B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 41.14%
G = 26%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#905B73 (or 0x905B73) is known color: Mauve Taupe. HEX triplet: 90, 5B and 73. RGB value is (144,91,115). Sum of RGB (Red+Green+Blue) = 144+91+115=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #905B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B73 is #6FA48C. Grayscale: #6D6D6D. Windows color (decimal): -7316621 or 7560080. OLE color: 7560080.

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

Color convert

RGB 144 91 115 -
CMYK 0 0.37 0.20 0.44
HSL 332.83º 0.23% 0.46% -
HSV(B) 332.83º 0.37% 0.56% -
XYZ 18.34 14.65 18.08 -
YUV 109.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 144 91 115 0 0.37 0.20 0.44 332.83 0.23 0.46
Hex 90 5B 73 0 25 14 2C 14D 17 2E
Octal 220 133 163 0 45 24 54 515 27 56
Binary 10010000 1011011 1110011 0 100101 10100 101100 101001101 10111 101110

Color Harmonies of #905B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905B73

Black with #905B73

Text Example


Text Example

White with #905B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,91,115); }

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

background-color css

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

 a { background-color: rgb(144,91,115); }

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

border-color css

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

 span { border-color: rgb(144,91,115); }

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