Html Css Color HEX #906269 Mauve Taupe

📋 copy color: '#906269'

red 144 ◦ green 98 ◦ blue 105

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

Shades of Mauve Taupe #906269

Tints of Mauve Taupe #906269

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 41.5%
G = 28.24%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#906269 (or 0x906269) is known color: Mauve Taupe. HEX triplet: 90, 62 and 69. RGB value is (144,98,105). Sum of RGB (Red+Green+Blue) = 144+98+105=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #906269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906269 is #6F9D96. Grayscale: #707070. Windows color (decimal): -7314839 or 6906512. OLE color: 6906512.

HSL color Cylindrical-coordinate representation of color #906269: hue angle of 350.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #906269 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 105 -
CMYK 0 0.32 0.27 0.44
HSL 350.87º 0.19% 0.47% -
HSV(B) 350.87º 0.32% 0.56% -
XYZ 18.42 15.68 15.42 -
YUV 112.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 144 98 105 0 0.32 0.27 0.44 350.87 0.19 0.47
Hex 90 62 69 0 20 1B 2C 15F 13 2F
Octal 220 142 151 0 40 33 54 537 23 57
Binary 10010000 1100010 1101001 0 100000 11011 101100 101011111 10011 101111

Color Harmonies of #906269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906269

Black with #906269

Text Example


Text Example

White with #906269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906269; }

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

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

background-color css

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

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

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

border-color css

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

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

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