#99978C

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

Shades of Dawn #99978C

Tints of Dawn #99978C

Color information

#99978C (or 0x99978C) is unknown color: approx Dawn. HEX triplet: 99, 97 and 8C. RGB value is (153,151,140). Sum of RGB (Red+Green+Blue) = 153+151+140=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #99978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99978C is #666873. Grayscale: #969696. Windows color (decimal): -6711412 or 9213849. OLE color: 9213849.

HSL color Cylindrical-coordinate representation of color #99978C: hue angle of 50.77º 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 #99978C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153151140-
CMYK00.010.080.4
HSL50.77º5.99%57.45%-
HSV(B)50.77º8.5%60%-
XYZ28.9430.829.23-
YUV150.34122.16129.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.46%
GREEN value IS 151 (59.38% from 255) = 34.01%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=34.46%
G=34.01%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315114000.010.080.450.775.9957.45
Hex99978C0182833639
Octal23122721401105063671
Binary100110011001011110001100011000101000110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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