#989794

Color #989794 Dawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn #989794

Tints of Dawn #989794

Color information

#989794 (or 0x989794) is unknown color: approx Dawn. HEX triplet: 98, 97 and 94. RGB value is (152,151,148). Sum of RGB (Red+Green+Blue) = 152+151+148=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 152 - color contains mainly: red. Hex color #989794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989794 is #67686B. Grayscale: #969696. Windows color (decimal): -6776940 or 9738136. OLE color: 9738136.

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

Color convert

RGB152151148-
CMYK00.010.030.40
HSL45º1.9%58.82%-
HSV(B)45º2.63%59.61%-
XYZ29.3630.9532.44-
YUV150.96126.33128.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 151 (59.38% from 255) = 33.48%
BLUE value IS 148 (58.20% from 255) = 32.82%
R=33.70%
G=33.48%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215114800.010.030.40451.958.82
Hex989794013282d23b
Octal2302272240135055273
Binary100110001001011110010100011110100010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989794; }

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

 H1.HeaderClassName
 {
   color: #989794;
 }
 .AnyTagClassName
 {
   color: #989794;
 }
</style>
background-color css

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

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

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

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

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

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