#98978C

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

Shades of Dawn #98978C

Tints of Dawn #98978C

Color information

#98978C (or 0x98978C) is unknown color: approx Dawn. HEX triplet: 98, 97 and 8C. RGB value is (152,151,140). Sum of RGB (Red+Green+Blue) = 152+151+140=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #98978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98978C is #676873. Grayscale: #969696. Windows color (decimal): -6776948 or 9213848. OLE color: 9213848.

HSL color Cylindrical-coordinate representation of color #98978C: hue angle of 55º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98978C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB152151140-
CMYK00.010.080.40
HSL55º5.5%57.25%-
HSV(B)55º7.89%59.61%-
XYZ28.7530.729.22-
YUV150.05122.33129.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 151 (59.38% from 255) = 34.09%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=34.31%
G=34.09%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215114000.010.080.40555.557.25
Hex98978C0182837639
Octal23022721401105067671
Binary100110001001011110001100011000101000110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98978C; }

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

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

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

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

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

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

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

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