Html Css Color HEX #90838D Taupe Grey

📋 copy color: '#90838D'

red 144 ◦ green 131 ◦ blue 141

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

Shades of Taupe Grey #90838D

Tints of Taupe Grey #90838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 34.62%
G = 31.49%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#90838D (or 0x90838D) is known color: Taupe Grey. HEX triplet: 90, 83 and 8D. RGB value is (144,131,141). Sum of RGB (Red+Green+Blue) = 144+131+141=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 144 - color contains mainly: red. Hex color #90838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90838D is #6F7C72. Grayscale: #878787. Windows color (decimal): -7306355 or 9274256. OLE color: 9274256.

HSL color Cylindrical-coordinate representation of color #90838D: hue angle of 313.85º 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 #90838D is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 131 141 -
CMYK 0 0.09 0.02 0.44
HSL 313.85º 0.06% 0.54% -
HSV(B) 313.85º 0.09% 0.56% -
XYZ 24.43 24.08 28.56 -
YUV 136.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 144 131 141 0 0.09 0.02 0.44 313.85 0.06 0.54
Hex 90 83 8D 0 9 2 2C 13A 6 36
Octal 220 203 215 0 11 2 54 472 6 66
Binary 10010000 10000011 10001101 0 1001 10 101100 100111010 110 110110

Color Harmonies of #90838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90838D

Black with #90838D

Text Example


Text Example

White with #90838D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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