Html Css Color HEX #959993 Mantle

📋 copy color: '#959993'

red 149 ◦ green 153 ◦ blue 147

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

Shades of Mantle #959993

Tints of Mantle #959993

RGB

 RED value IS 149 (58.59% from 255) = 33.18%

 GREEN value IS 153 (60.16% from 255) = 34.08%

 BLUE value IS 147 (57.81% from 255) = 32.74%

R = 33.18%
G = 34.08%
B = 32.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#959993 (or 0x959993) is known color: Mantle. HEX triplet: 95, 99 and 93. RGB value is (149,153,147). Sum of RGB (Red+Green+Blue) = 149+153+147=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 153 - color contains mainly: green. Hex color #959993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959993 is #6A666C. Grayscale: #979797. Windows color (decimal): -6973037 or 9673109. OLE color: 9673109.

HSL color Cylindrical-coordinate representation of color #959993: hue angle of 100º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #959993 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 149 153 147 -
CMYK 0.03 0 0.04 0.4
HSL 100º 0.03% 0.59% -
HSV(B) 100º 0.04% 0.6% -
XYZ 29.05 31.28 32.11 -
YUV 151.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 149 153 147 0.03 0 0.04 0.4 100 0.03 0.59
Hex 95 99 93 3 0 4 28 64 3 3B
Octal 225 231 223 3 0 4 50 144 3 73
Binary 10010101 10011001 10010011 11 0 100 101000 1100100 11 111011

Color Harmonies of #959993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959993

Black with #959993

Text Example


Text Example

White with #959993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959993; }

 p { color: rgb(149,153,147); }

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

background-color css

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

 a { background-color: rgb(149,153,147); }

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

border-color css

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

 span { border-color: rgb(149,153,147); }

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