Html Css Color HEX #949E91 Mantle

📋 copy color: '#949E91'

red 148 ◦ green 158 ◦ blue 145

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

Shades of Mantle #949E91

Tints of Mantle #949E91

RGB

 RED value IS 148 (58.2% from 255) = 32.82%

 GREEN value IS 158 (62.11% from 255) = 35.03%

 BLUE value IS 145 (57.03% from 255) = 32.15%

R = 32.82%
G = 35.03%
B = 32.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.38

RGB Variations

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

Color information

#949E91 (or 0x949E91) is known color: Mantle. HEX triplet: 94, 9E and 91. RGB value is (148,158,145). Sum of RGB (Red+Green+Blue) = 148+158+145=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 158 - color contains mainly: green. Hex color #949E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E91 is #6B616E. Grayscale: #999999. Windows color (decimal): -7037295 or 9543316. OLE color: 9543316.

HSL color Cylindrical-coordinate representation of color #949E91: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #949E91 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 145 -
CMYK 0.06 0 0.08 0.38
HSL 106.15º 0.06% 0.59% -
HSV(B) 106.15º 0.08% 0.62% -
XYZ 29.55 32.79 31.56 -
YUV 153.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 148 158 145 0.06 0 0.08 0.38 106.15 0.06 0.59
Hex 94 9E 91 6 0 8 26 6A 6 3B
Octal 224 236 221 6 0 10 46 152 6 73
Binary 10010100 10011110 10010001 110 0 1000 100110 1101010 110 111011

Color Harmonies of #949E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E91

Black with #949E91

Text Example


Text Example

White with #949E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949E91; }

 p { color: rgb(148,158,145); }

 H1.HeaderClassName
 {
   color: #949E91;
 }
 .AnyTagClassName
 {
   color: #949E91;
 }
</style>

background-color css

<style>
 a { background-color: #949E91; }

 a { background-color: rgb(148,158,145); }

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

border-color css

<style>
 span { border-color: #949E91; }

 span { border-color: rgb(148,158,145); }

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