Html Css Color HEX #906569 Mauve Taupe

📋 copy color: '#906569'

red 144 ◦ green 101 ◦ blue 105

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

Shades of Mauve Taupe #906569

Tints of Mauve Taupe #906569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 105 (41.41% from 255) = 30%

R = 41.14%
G = 28.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#906569 (or 0x906569) is known color: Mauve Taupe. HEX triplet: 90, 65 and 69. RGB value is (144,101,105). Sum of RGB (Red+Green+Blue) = 144+101+105=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 144 - color contains mainly: red. Hex color #906569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906569 is #6F9A96. Grayscale: #727272. Windows color (decimal): -7314071 or 6907280. OLE color: 6907280.

HSL color Cylindrical-coordinate representation of color #906569: hue angle of 354.42º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #906569 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 101 105 -
CMYK 0 0.30 0.27 0.44
HSL 354.42º 0.18% 0.48% -
HSV(B) 354.42º 0.3% 0.56% -
XYZ 18.71 16.26 15.52 -
YUV 114.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 144 101 105 0 0.30 0.27 0.44 354.42 0.18 0.48
Hex 90 65 69 0 1E 1B 2C 162 12 30
Octal 220 145 151 0 36 33 54 542 22 60
Binary 10010000 1100101 1101001 0 11110 11011 101100 101100010 10010 110000

Color Harmonies of #906569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906569

Black with #906569

Text Example


Text Example

White with #906569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906569; }

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

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

background-color css

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

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

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

border-color css

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

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

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