Html Css Color HEX #90606A Mauve Taupe

📋 copy color: '#90606A'

red 144 ◦ green 96 ◦ blue 106

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

Shades of Mauve Taupe #90606A

Tints of Mauve Taupe #90606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 41.62%
G = 27.75%
B = 30.64%

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

#90606A (or 0x90606A) is known color: Mauve Taupe. HEX triplet: 90, 60 and 6A. RGB value is (144,96,106). Sum of RGB (Red+Green+Blue) = 144+96+106=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #90606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90606A is #6F9F95. Grayscale: #6F6F6F. Windows color (decimal): -7315350 or 6971536. OLE color: 6971536.

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

Color convert

RGB 144 96 106 -
CMYK 0 0.33 0.26 0.44
HSL 347.5º 0.2% 0.47% -
HSV(B) 347.5º 0.33% 0.56% -
XYZ 18.29 15.34 15.63 -
YUV 111.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 144 96 106 0 0.33 0.26 0.44 347.5 0.2 0.47
Hex 90 60 6A 0 21 1A 2C 15C 14 2F
Octal 220 140 152 0 41 32 54 534 24 57
Binary 10010000 1100000 1101010 0 100001 11010 101100 101011100 10100 101111

Color Harmonies of #90606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90606A

Black with #90606A

Text Example


Text Example

White with #90606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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