#9E9A8C

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

Shades of Dawn #9E9A8C

Tints of Dawn #9E9A8C

Color information

#9E9A8C (or 0x9E9A8C) is unknown color: approx Dawn. HEX triplet: 9E, 9A and 8C. RGB value is (158,154,140). Sum of RGB (Red+Green+Blue) = 158+154+140=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9A8C is #616573. Grayscale: #999999. Windows color (decimal): -6382964 or 9214622. OLE color: 9214622.

HSL color Cylindrical-coordinate representation of color #9E9A8C: hue angle of 46.67º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9E9A8C is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB158154140-
CMYK00.030.110.38
HSL46.67º8.49%58.43%-
HSV(B)46.67º11.39%61.96%-
XYZ30.3932.2729.44-
YUV153.6120.33131.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 140 (55.08% from 255) = 30.97%
R=34.96%
G=34.07%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815414000.030.110.3846.678.4958.43
Hex9E9A8C03B262f83a
Octal236232214031346571072
Binary10011110100110101000110001110111001101011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E9A8C; }

 p { color: rgb(158,154,140); }

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

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

 a { background-color: rgb(158,154,140); }

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

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

 span { border-color: rgb(158,154,140); }

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