#9E9C91

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

Shades of Dawn #9E9C91

Tints of Dawn #9E9C91

Color information

#9E9C91 (or 0x9E9C91) is unknown color: approx Dawn. HEX triplet: 9E, 9C and 91. RGB value is (158,156,145). Sum of RGB (Red+Green+Blue) = 158+156+145=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9C91 is #61636E. Grayscale: #9B9B9B. Windows color (decimal): -6382447 or 9542814. OLE color: 9542814.

HSL color Cylindrical-coordinate representation of color #9E9C91: hue angle of 50.77º 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 #9E9C91 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB158156145-
CMYK00.010.080.38
HSL50.77º6.28%59.41%-
HSV(B)50.77º8.23%61.96%-
XYZ31.133.0931.54-
YUV155.34122.16129.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=34.42%
G=33.99%
B=31.59%

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
Decimal15815614500.010.080.3850.776.2859.41
Hex9E9C91018263363b
Octal23623422101104663673
Binary100111101001110010010001011000100110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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