Html Css Color HEX #905F6E Mauve Taupe

📋 copy color: '#905F6E'

red 144 ◦ green 95 ◦ blue 110

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

Shades of Mauve Taupe #905F6E

Tints of Mauve Taupe #905F6E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 41.26%
G = 27.22%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#905F6E (or 0x905F6E) is known color: Mauve Taupe. HEX triplet: 90, 5F and 6E. RGB value is (144,95,110). Sum of RGB (Red+Green+Blue) = 144+95+110=349 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.26% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 144 - color contains mainly: red. Hex color #905F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F6E is #6FA091. Grayscale: #6F6F6F. Windows color (decimal): -7315602 or 7233424. OLE color: 7233424.

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

Color convert

RGB 144 95 110 -
CMYK 0 0.34 0.24 0.44
HSL 341.63º 0.21% 0.47% -
HSV(B) 341.63º 0.34% 0.56% -
XYZ 18.41 15.24 16.72 -
YUV 111.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 144 95 110 0 0.34 0.24 0.44 341.63 0.21 0.47
Hex 90 5F 6E 0 22 18 2C 156 15 2F
Octal 220 137 156 0 42 30 54 526 25 57
Binary 10010000 1011111 1101110 0 100010 11000 101100 101010110 10101 101111

Color Harmonies of #905F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905F6E

Black with #905F6E

Text Example


Text Example

White with #905F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,95,110); }

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

background-color css

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

 a { background-color: rgb(144,95,110); }

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

border-color css

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

 span { border-color: rgb(144,95,110); }

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