Html Css Color HEX #906675 Mauve Taupe

📋 copy color: '#906675'

red 144 ◦ green 102 ◦ blue 117

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

Shades of Mauve Taupe #906675

Tints of Mauve Taupe #906675

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 39.67%
G = 28.1%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#906675 (or 0x906675) is known color: Mauve Taupe. HEX triplet: 90, 66 and 75. RGB value is (144,102,117). Sum of RGB (Red+Green+Blue) = 144+102+117=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #906675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906675 is #6F998A. Grayscale: #747474. Windows color (decimal): -7313803 or 7693968. OLE color: 7693968.

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

Color convert

RGB 144 102 117 -
CMYK 0 0.29 0.19 0.44
HSL 338.57º 0.17% 0.48% -
HSV(B) 338.57º 0.29% 0.56% -
XYZ 19.46 16.72 19.03 -
YUV 116.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 144 102 117 0 0.29 0.19 0.44 338.57 0.17 0.48
Hex 90 66 75 0 1D 13 2C 153 11 30
Octal 220 146 165 0 35 23 54 523 21 60
Binary 10010000 1100110 1110101 0 11101 10011 101100 101010011 10001 110000

Color Harmonies of #906675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906675

Black with #906675

Text Example


Text Example

White with #906675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906675; }

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

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

background-color css

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

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

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

border-color css

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

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

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