#99978D

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

Shades of Dawn #99978D

Tints of Dawn #99978D

Color information

#99978D (or 0x99978D) is unknown color: approx Dawn. HEX triplet: 99, 97 and 8D. RGB value is (153,151,141). Sum of RGB (Red+Green+Blue) = 153+151+141=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 153 - color contains mainly: red. Hex color #99978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99978D is #666872. Grayscale: #969696. Windows color (decimal): -6711411 or 9279385. OLE color: 9279385.

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

Color convert

RGB153151141-
CMYK00.010.080.4
HSL50º5.56%57.65%-
HSV(B)50º7.84%60%-
XYZ29.0130.8329.62-
YUV150.46122.66129.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.38%
GREEN value IS 151 (59.38% from 255) = 33.93%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=34.38%
G=33.93%
B=31.69%

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
Decimal15315114100.010.080.4505.5657.65
Hex99978D018283263a
Octal23122721501105062672
Binary100110011001011110001101011000101000110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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