#9E9A8B

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

Shades of Dawn #9E9A8B

Tints of Dawn #9E9A8B

Color information

#9E9A8B (or 0x9E9A8B) is unknown color: approx Dawn. HEX triplet: 9E, 9A and 8B. RGB value is (158,154,139). Sum of RGB (Red+Green+Blue) = 158+154+139=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9A8B is #616574. Grayscale: #999999. Windows color (decimal): -6382965 or 9149086. OLE color: 9149086.

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

Color convert

RGB158154139-
CMYK00.030.120.38
HSL47.37º8.92%58.24%-
HSV(B)47.37º12.03%61.96%-
XYZ30.3232.2429.05-
YUV153.49119.83131.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 139 (54.69% from 255) = 30.82%
R=35.03%
G=34.15%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815413900.030.120.3847.378.9258.24
Hex9E9A8B03C262f93a
Octal236232213031446571172
Binary10011110100110101000101101111001001101011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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