Html Css Color HEX #949D8F Mantle

📋 copy color: '#949D8F'

red 148 ◦ green 157 ◦ blue 143

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

Shades of Mantle #949D8F

Tints of Mantle #949D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 33.04%
G = 35.04%
B = 31.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#949D8F (or 0x949D8F) is known color: Mantle. HEX triplet: 94, 9D and 8F. RGB value is (148,157,143). Sum of RGB (Red+Green+Blue) = 148+157+143=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 157 - color contains mainly: green. Hex color #949D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D8F is #6B6270. Grayscale: #989898. Windows color (decimal): -7037553 or 9411988. OLE color: 9411988.

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

Color convert

RGB 148 157 143 -
CMYK 0.06 0 0.09 0.38
HSL 98.57º 0.07% 0.59% -
HSV(B) 98.57º 0.09% 0.62% -
XYZ 29.23 32.39 30.7 -
YUV 152.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 148 157 143 0.06 0 0.09 0.38 98.57 0.07 0.59
Hex 94 9D 8F 6 0 9 26 63 7 3B
Octal 224 235 217 6 0 11 46 143 7 73
Binary 10010100 10011101 10001111 110 0 1001 100110 1100011 111 111011

Color Harmonies of #949D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D8F

Black with #949D8F

Text Example


Text Example

White with #949D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,143); }

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

background-color css

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

 a { background-color: rgb(148,157,143); }

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

border-color css

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

 span { border-color: rgb(148,157,143); }

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