Html Css Color HEX #906B75 Mauve Taupe

📋 copy color: '#906B75'

red 144 ◦ green 107 ◦ blue 117

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

Shades of Mauve Taupe #906B75

Tints of Mauve Taupe #906B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.08%

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

R = 39.13%
G = 29.08%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#906B75 (or 0x906B75) is known color: Mauve Taupe. HEX triplet: 90, 6B and 75. RGB value is (144,107,117). Sum of RGB (Red+Green+Blue) = 144+107+117=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 144 - color contains mainly: red. Hex color #906B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B75 is #6F948A. Grayscale: #777777. Windows color (decimal): -7312523 or 7695248. OLE color: 7695248.

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

Color convert

RGB 144 107 117 -
CMYK 0 0.26 0.19 0.44
HSL 343.78º 0.15% 0.49% -
HSV(B) 343.78º 0.26% 0.56% -
XYZ 19.97 17.73 19.2 -
YUV 119.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 144 107 117 0 0.26 0.19 0.44 343.78 0.15 0.49
Hex 90 6B 75 0 1A 13 2C 158 F 31
Octal 220 153 165 0 32 23 54 530 17 61
Binary 10010000 1101011 1110101 0 11010 10011 101100 101011000 1111 110001

Color Harmonies of #906B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906B75

Black with #906B75

Text Example


Text Example

White with #906B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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