#989792

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

Shades of Dawn #989792

Tints of Dawn #989792

Color information

#989792 (or 0x989792) is unknown color: approx Dawn. HEX triplet: 98, 97 and 92. RGB value is (152,151,146). Sum of RGB (Red+Green+Blue) = 152+151+146=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 152 - color contains mainly: red. Hex color #989792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989792 is #67686D. Grayscale: #969696. Windows color (decimal): -6776942 or 9607064. OLE color: 9607064.

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

Color convert

RGB152151146-
CMYK00.010.040.40
HSL50º2.83%58.43%-
HSV(B)50º3.95%59.61%-
XYZ29.230.8831.62-
YUV150.73125.33128.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 151 (59.38% from 255) = 33.63%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=33.85%
G=33.63%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215114600.010.040.40502.8358.43
Hex989792014283233a
Octal2302272220145062372
Binary1001100010010111100100100110010100011001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989792; }

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

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

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

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

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

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

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

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