#999790

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

Shades of Dawn #999790

Tints of Dawn #999790

Color information

#999790 (or 0x999790) is unknown color: approx Dawn. HEX triplet: 99, 97 and 90. RGB value is (153,151,144). Sum of RGB (Red+Green+Blue) = 153+151+144=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 153 - color contains mainly: red. Hex color #999790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999790 is #66686F. Grayscale: #969696. Windows color (decimal): -6711408 or 9475993. OLE color: 9475993.

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

Color convert

RGB153151144-
CMYK00.010.060.4
HSL46.67º4.23%58.24%-
HSV(B)46.67º5.88%60%-
XYZ29.2430.9230.81-
YUV150.8124.16129.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=34.15%
G=33.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315114400.010.060.446.674.2358.24
Hex999790016282f43a
Octal2312272200165057472
Binary10011001100101111001000001110101000101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999790; }

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

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

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

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

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

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

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

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