Html Css Color HEX #909D8D Mantle

📋 copy color: '#909D8D'

red 144 ◦ green 157 ◦ blue 141

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

Shades of Mantle #909D8D

Tints of Mantle #909D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.52%

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

R = 32.58%
G = 35.52%
B = 31.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#909D8D (or 0x909D8D) is known color: Mantle. HEX triplet: 90, 9D and 8D. RGB value is (144,157,141). Sum of RGB (Red+Green+Blue) = 144+157+141=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 157 - color contains mainly: green. Hex color #909D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909D8D is #6F6272. Grayscale: #979797. Windows color (decimal): -7299699 or 9280912. OLE color: 9280912.

HSL color Cylindrical-coordinate representation of color #909D8D: hue angle of 108.75º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #909D8D is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 157 141 -
CMYK 0.08 0 0.10 0.38
HSL 108.75º 0.08% 0.58% -
HSV(B) 108.75º 0.1% 0.62% -
XYZ 28.37 31.97 29.87 -
YUV 151.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 144 157 141 0.08 0 0.10 0.38 108.75 0.08 0.58
Hex 90 9D 8D 8 0 A 26 6D 8 3A
Octal 220 235 215 10 0 12 46 155 10 72
Binary 10010000 10011101 10001101 1000 0 1010 100110 1101101 1000 111010

Color Harmonies of #909D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909D8D

Black with #909D8D

Text Example


Text Example

White with #909D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909D8D; }

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

 H1.HeaderClassName
 {
   color: #909D8D;
 }
 .AnyTagClassName
 {
   color: #909D8D;
 }
</style>

background-color css

<style>
 a { background-color: #909D8D; }

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

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

border-color css

<style>
 span { border-color: #909D8D; }

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

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