#98978D

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

Shades of Dawn #98978D

Tints of Dawn #98978D

Color information

#98978D (or 0x98978D) is unknown color: approx Dawn. HEX triplet: 98, 97 and 8D. RGB value is (152,151,141). Sum of RGB (Red+Green+Blue) = 152+151+141=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 152 - color contains mainly: red. Hex color #98978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98978D is #676872. Grayscale: #969696. Windows color (decimal): -6776947 or 9279384. OLE color: 9279384.

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

Color convert

RGB152151141-
CMYK00.010.070.40
HSL54.55º5.07%57.45%-
HSV(B)54.55º7.24%59.61%-
XYZ28.8230.7329.61-
YUV150.16122.83129.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.23%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=34.23%
G=34.01%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215114100.010.070.4054.555.0757.45
Hex98978D0172837539
Octal2302272150175067571
Binary10011000100101111000110101111101000110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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