Html Css Color HEX #906075 Mauve Taupe

📋 copy color: '#906075'

red 144 ◦ green 96 ◦ blue 117

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

Shades of Mauve Taupe #906075

Tints of Mauve Taupe #906075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.89%

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

R = 40.34%
G = 26.89%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#906075 (or 0x906075) is known color: Mauve Taupe. HEX triplet: 90, 60 and 75. RGB value is (144,96,117). Sum of RGB (Red+Green+Blue) = 144+96+117=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #906075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906075 is #6F9F8A. Grayscale: #707070. Windows color (decimal): -7315339 or 7692432. OLE color: 7692432.

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

Color convert

RGB 144 96 117 -
CMYK 0 0.33 0.19 0.44
HSL 333.75º 0.2% 0.47% -
HSV(B) 333.75º 0.33% 0.56% -
XYZ 18.9 15.58 18.84 -
YUV 112.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 144 96 117 0 0.33 0.19 0.44 333.75 0.2 0.47
Hex 90 60 75 0 21 13 2C 14E 14 2F
Octal 220 140 165 0 41 23 54 516 24 57
Binary 10010000 1100000 1110101 0 100001 10011 101100 101001110 10100 101111

Color Harmonies of #906075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906075

Black with #906075

Text Example


Text Example

White with #906075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906075; }

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

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

background-color css

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

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

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

border-color css

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

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

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