Html Css Color HEX #905B65 Mauve Taupe

📋 copy color: '#905B65'

red 144 ◦ green 91 ◦ blue 101

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

Shades of Mauve Taupe #905B65

Tints of Mauve Taupe #905B65

RGB

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

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

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

R = 42.86%
G = 27.08%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#905B65 (or 0x905B65) is known color: Mauve Taupe. HEX triplet: 90, 5B and 65. RGB value is (144,91,101). Sum of RGB (Red+Green+Blue) = 144+91+101=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 91 (35.94% from 255 or 27.08% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #905B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905B65 is #6FA49A. Grayscale: #6B6B6B. Windows color (decimal): -7316635 or 6642576. OLE color: 6642576.

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

Color convert

RGB 144 91 101 -
CMYK 0 0.37 0.30 0.44
HSL 348.68º 0.23% 0.46% -
HSV(B) 348.68º 0.37% 0.56% -
XYZ 17.59 14.35 14.15 -
YUV 107.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 144 91 101 0 0.37 0.30 0.44 348.68 0.23 0.46
Hex 90 5B 65 0 25 1E 2C 15D 17 2E
Octal 220 133 145 0 45 36 54 535 27 56
Binary 10010000 1011011 1100101 0 100101 11110 101100 101011101 10111 101110

Color Harmonies of #905B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905B65

Black with #905B65

Text Example


Text Example

White with #905B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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