Html Css Color HEX #949793 Mantle

📋 copy color: '#949793'

red 148 ◦ green 151 ◦ blue 147

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

Shades of Mantle #949793

Tints of Mantle #949793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.86%

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

R = 33.18%
G = 33.86%
B = 32.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#949793 (or 0x949793) is known color: Mantle. HEX triplet: 94, 97 and 93. RGB value is (148,151,147). Sum of RGB (Red+Green+Blue) = 148+151+147=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 151 - color contains mainly: green. Hex color #949793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949793 is #6B686C. Grayscale: #959595. Windows color (decimal): -7039085 or 9672596. OLE color: 9672596.

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

Color convert

RGB 148 151 147 -
CMYK 0.02 0 0.03 0.41
HSL 105º 0.02% 0.58% -
HSV(B) 105º 0.03% 0.59% -
XYZ 28.55 30.54 31.99 -
YUV 149.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 148 151 147 0.02 0 0.03 0.41 105 0.02 0.58
Hex 94 97 93 2 0 3 29 69 2 3A
Octal 224 227 223 2 0 3 51 151 2 72
Binary 10010100 10010111 10010011 10 0 11 101001 1101001 10 111010

Color Harmonies of #949793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949793

Black with #949793

Text Example


Text Example

White with #949793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949793; }

 p { color: rgb(148,151,147); }

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

background-color css

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

 a { background-color: rgb(148,151,147); }

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

border-color css

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

 span { border-color: rgb(148,151,147); }

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