Html Css Color HEX #905A6B Mauve Taupe

📋 copy color: '#905A6B'

red 144 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #905A6B

Tints of Mauve Taupe #905A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

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

R = 42.23%
G = 26.39%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#905A6B (or 0x905A6B) is known color: Mauve Taupe. HEX triplet: 90, 5A and 6B. RGB value is (144,90,107). Sum of RGB (Red+Green+Blue) = 144+90+107=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 107 (42.19% from 255 or 31.38% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #905A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905A6B is #6FA594. Grayscale: #6C6C6C. Windows color (decimal): -7316885 or 7035536. OLE color: 7035536.

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

Color convert

RGB 144 90 107 -
CMYK 0 0.37 0.26 0.44
HSL 341.11º 0.23% 0.46% -
HSV(B) 341.11º 0.38% 0.56% -
XYZ 17.81 14.3 15.73 -
YUV 108.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 144 90 107 0 0.37 0.26 0.44 341.11 0.23 0.46
Hex 90 5A 6B 0 25 1A 2C 155 17 2E
Octal 220 132 153 0 45 32 54 525 27 56
Binary 10010000 1011010 1101011 0 100101 11010 101100 101010101 10111 101110

Color Harmonies of #905A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905A6B

Black with #905A6B

Text Example


Text Example

White with #905A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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