#989793

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

Shades of Dawn #989793

Tints of Dawn #989793

Color information

#989793 (or 0x989793) is unknown color: approx Dawn. HEX triplet: 98, 97 and 93. RGB value is (152,151,147). Sum of RGB (Red+Green+Blue) = 152+151+147=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 152 - color contains mainly: red. Hex color #989793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989793 is #67686C. Grayscale: #969696. Windows color (decimal): -6776941 or 9672600. OLE color: 9672600.

HSL color Cylindrical-coordinate representation of color #989793: hue angle of 48º 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 #989793 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB152151147-
CMYK00.010.030.40
HSL48º2.37%58.63%-
HSV(B)48º3.29%59.61%-
XYZ29.2830.9232.03-
YUV150.84125.83128.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 147 (57.81% from 255) = 32.67%
R=33.78%
G=33.56%
B=32.67%

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
Decimal15215114700.010.030.40482.3758.63
Hex989793013283023b
Octal2302272230135060273
Binary100110001001011110010011011110100011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989793; }

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

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

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

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

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

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

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

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