Html Css Color HEX #905F65 Mauve Taupe

📋 copy color: '#905F65'

red 144 ◦ green 95 ◦ blue 101

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

Shades of Mauve Taupe #905F65

Tints of Mauve Taupe #905F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 42.35%
G = 27.94%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#905F65 (or 0x905F65) is known color: Mauve Taupe. HEX triplet: 90, 5F and 65. RGB value is (144,95,101). Sum of RGB (Red+Green+Blue) = 144+95+101=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #905F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905F65 is #6FA09A. Grayscale: #6E6E6E. Windows color (decimal): -7315611 or 6643600. OLE color: 6643600.

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

Color convert

RGB 144 95 101 -
CMYK 0 0.34 0.30 0.44
HSL 352.65º 0.21% 0.47% -
HSV(B) 352.65º 0.34% 0.56% -
XYZ 17.94 15.05 14.27 -
YUV 110.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 144 95 101 0 0.34 0.30 0.44 352.65 0.21 0.47
Hex 90 5F 65 0 22 1E 2C 161 15 2F
Octal 220 137 145 0 42 36 54 541 25 57
Binary 10010000 1011111 1100101 0 100010 11110 101100 101100001 10101 101111

Color Harmonies of #905F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905F65

Black with #905F65

Text Example


Text Example

White with #905F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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