#9E9D91

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

Shades of Dawn #9E9D91

Tints of Dawn #9E9D91

Color information

#9E9D91 (or 0x9E9D91) is unknown color: approx Dawn. HEX triplet: 9E, 9D and 91. RGB value is (158,157,145). Sum of RGB (Red+Green+Blue) = 158+157+145=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9D91 is #61626E. Grayscale: #9B9B9B. Windows color (decimal): -6382191 or 9543070. OLE color: 9543070.

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

Color convert

RGB158157145-
CMYK00.010.080.38
HSL55.38º6.28%59.41%-
HSV(B)55.38º8.23%61.96%-
XYZ31.2733.4331.59-
YUV155.93121.83129.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.35%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=34.35%
G=34.13%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15815714500.010.080.3855.386.2859.41
Hex9E9D91018263763b
Octal23623522101104667673
Binary100111101001110110010001011000100110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,145); }

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

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

 a { background-color: rgb(158,157,145); }

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

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

 span { border-color: rgb(158,157,145); }

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