Html Css Color HEX #90606B Mauve Taupe

📋 copy color: '#90606B'

red 144 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #90606B

Tints of Mauve Taupe #90606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 41.5%
G = 27.67%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90606B (or 0x90606B) is known color: Mauve Taupe. HEX triplet: 90, 60 and 6B. RGB value is (144,96,107). Sum of RGB (Red+Green+Blue) = 144+96+107=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #90606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90606B is #6F9F94. Grayscale: #6F6F6F. Windows color (decimal): -7315349 or 7037072. OLE color: 7037072.

HSL color Cylindrical-coordinate representation of color #90606B: hue angle of 346.25º 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 #90606B is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 96 107 -
CMYK 0 0.33 0.26 0.44
HSL 346.25º 0.2% 0.47% -
HSV(B) 346.25º 0.33% 0.56% -
XYZ 18.34 15.36 15.91 -
YUV 111.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 144 96 107 0 0.33 0.26 0.44 346.25 0.2 0.47
Hex 90 60 6B 0 21 1A 2C 15A 14 2F
Octal 220 140 153 0 41 32 54 532 24 57
Binary 10010000 1100000 1101011 0 100001 11010 101100 101011010 10100 101111

Color Harmonies of #90606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90606B

Black with #90606B

Text Example


Text Example

White with #90606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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