Html Css Color HEX #91988D Mantle

📋 copy color: '#91988D'

red 145 ◦ green 152 ◦ blue 141

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

Shades of Mantle #91988D

Tints of Mantle #91988D

RGB

 RED value IS 145 (57.03% from 255) = 33.11%

 GREEN value IS 152 (59.77% from 255) = 34.7%

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

R = 33.11%
G = 34.7%
B = 32.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#91988D (or 0x91988D) is known color: Mantle. HEX triplet: 91, 98 and 8D. RGB value is (145,152,141). Sum of RGB (Red+Green+Blue) = 145+152+141=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 152 - color contains mainly: green. Hex color #91988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91988D is #6E6772. Grayscale: #949494. Windows color (decimal): -7235443 or 9279633. OLE color: 9279633.

HSL color Cylindrical-coordinate representation of color #91988D: hue angle of 98.18º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #91988D is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 141 -
CMYK 0.05 0 0.07 0.40
HSL 98.18º 0.05% 0.57% -
HSV(B) 98.18º 0.07% 0.6% -
XYZ 27.71 30.4 29.61 -
YUV 148.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 145 152 141 0.05 0 0.07 0.40 98.18 0.05 0.57
Hex 91 98 8D 5 0 7 28 62 5 39
Octal 221 230 215 5 0 7 50 142 5 71
Binary 10010001 10011000 10001101 101 0 111 101000 1100010 101 111001

Color Harmonies of #91988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91988D

Black with #91988D

Text Example


Text Example

White with #91988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,152,141); }

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

background-color css

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

 a { background-color: rgb(145,152,141); }

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

border-color css

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

 span { border-color: rgb(145,152,141); }

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