Html Css Color HEX #906275 Mauve Taupe

📋 copy color: '#906275'

red 144 ◦ green 98 ◦ blue 117

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

Shades of Mauve Taupe #906275

Tints of Mauve Taupe #906275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 40.11%
G = 27.3%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#906275 (or 0x906275) is known color: Mauve Taupe. HEX triplet: 90, 62 and 75. RGB value is (144,98,117). Sum of RGB (Red+Green+Blue) = 144+98+117=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #906275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906275 is #6F9D8A. Grayscale: #717171. Windows color (decimal): -7314827 or 7692944. OLE color: 7692944.

HSL color Cylindrical-coordinate representation of color #906275: hue angle of 335.22º 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 #906275 is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 98 117 -
CMYK 0 0.32 0.19 0.44
HSL 335.22º 0.19% 0.47% -
HSV(B) 335.22º 0.32% 0.56% -
XYZ 19.08 15.95 18.9 -
YUV 113.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 144 98 117 0 0.32 0.19 0.44 335.22 0.19 0.47
Hex 90 62 75 0 20 13 2C 14F 13 2F
Octal 220 142 165 0 40 23 54 517 23 57
Binary 10010000 1100010 1110101 0 100000 10011 101100 101001111 10011 101111

Color Harmonies of #906275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906275

Black with #906275

Text Example


Text Example

White with #906275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906275; }

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

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

background-color css

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

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

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

border-color css

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

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

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