Html Css Color HEX #906F75 Mauve Taupe

📋 copy color: '#906F75'

red 144 ◦ green 111 ◦ blue 117

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

Shades of Mauve Taupe #906F75

Tints of Mauve Taupe #906F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

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

R = 38.71%
G = 29.84%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#906F75 (or 0x906F75) is known color: Mauve Taupe. HEX triplet: 90, 6F and 75. RGB value is (144,111,117). Sum of RGB (Red+Green+Blue) = 144+111+117=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #906F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F75 is #6F908A. Grayscale: #797979. Windows color (decimal): -7311499 or 7696272. OLE color: 7696272.

HSL color Cylindrical-coordinate representation of color #906F75: hue angle of 349.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #906F75 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 111 117 -
CMYK 0 0.23 0.19 0.44
HSL 349.09º 0.13% 0.5% -
HSV(B) 349.09º 0.23% 0.56% -
XYZ 20.4 18.58 19.34 -
YUV 121.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 144 111 117 0 0.23 0.19 0.44 349.09 0.13 0.5
Hex 90 6F 75 0 17 13 2C 15D D 32
Octal 220 157 165 0 27 23 54 535 15 62
Binary 10010000 1101111 1110101 0 10111 10011 101100 101011101 1101 110010

Color Harmonies of #906F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906F75

Black with #906F75

Text Example


Text Example

White with #906F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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