Html Css Color HEX #949390 Dawn

📋 copy color: '#949390'

red 148 ◦ green 147 ◦ blue 144

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

Shades of Dawn #949390

Tints of Dawn #949390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 33.71%
G = 33.49%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#949390 (or 0x949390) is known color: Dawn. HEX triplet: 94, 93 and 90. RGB value is (148,147,144). Sum of RGB (Red+Green+Blue) = 148+147+144=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 148 - color contains mainly: red. Hex color #949390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949390 is #6B6C6F. Grayscale: #929292. Windows color (decimal): -7040112 or 9474964. OLE color: 9474964.

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

Color convert

RGB 148 147 144 -
CMYK 0 0.01 0.03 0.42
HSL 45º 0.02% 0.57% -
HSV(B) 45º 0.03% 0.58% -
XYZ 27.68 29.18 30.56 -
YUV 146.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 148 147 144 0 0.01 0.03 0.42 45 0.02 0.57
Hex 94 93 90 0 1 3 2A 2D 2 39
Octal 224 223 220 0 1 3 52 55 2 71
Binary 10010100 10010011 10010000 0 1 11 101010 101101 10 111001

Color Harmonies of #949390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949390

Black with #949390

Text Example


Text Example

White with #949390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949390; }

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

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

background-color css

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

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

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

border-color css

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

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

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