Html Css Color HEX #90838E Taupe Grey

📋 copy color: '#90838E'

red 144 ◦ green 131 ◦ blue 142

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

Shades of Taupe Grey #90838E

Tints of Taupe Grey #90838E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

 BLUE value IS 142 (55.86% from 255) = 34.05%

R = 34.53%
G = 31.41%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#90838E (or 0x90838E) is known color: Taupe Grey. HEX triplet: 90, 83 and 8E. RGB value is (144,131,142). Sum of RGB (Red+Green+Blue) = 144+131+142=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 144 - color contains mainly: red. Hex color #90838E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90838E is #6F7C71. Grayscale: #888888. Windows color (decimal): -7306354 or 9339792. OLE color: 9339792.

HSL color Cylindrical-coordinate representation of color #90838E: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #90838E is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 142 -
CMYK 0 0.09 0.01 0.44
HSL 309.23º 0.06% 0.54% -
HSV(B) 309.23º 0.09% 0.56% -
XYZ 24.5 24.11 28.95 -
YUV 136.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 144 131 142 0 0.09 0.01 0.44 309.23 0.06 0.54
Hex 90 83 8E 0 9 1 2C 135 6 36
Octal 220 203 216 0 11 1 54 465 6 66
Binary 10010000 10000011 10001110 0 1001 1 101100 100110101 110 110110

Color Harmonies of #90838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90838E

Black with #90838E

Text Example


Text Example

White with #90838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90838E; }

 p { color: rgb(144,131,142); }

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

background-color css

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

 a { background-color: rgb(144,131,142); }

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

border-color css

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

 span { border-color: rgb(144,131,142); }

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