#9F9E8B

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

Shades of Dawn #9F9E8B

Tints of Dawn #9F9E8B

Color information

#9F9E8B (or 0x9F9E8B) is unknown color: approx Dawn. HEX triplet: 9F, 9E and 8B. RGB value is (159,158,139). Sum of RGB (Red+Green+Blue) = 159+158+139=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E8B is #606174. Grayscale: #9C9C9C. Windows color (decimal): -6316405 or 9150111. OLE color: 9150111.

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

Color convert

RGB159158139-
CMYK00.010.130.38
HSL57º9.43%58.43%-
HSV(B)57º12.58%62.35%-
XYZ31.1933.6929.29-
YUV156.13118.33130.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 158 (62.11% from 255) = 34.65%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=34.87%
G=34.65%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915813900.010.130.38579.4358.43
Hex9F9E8B01D263993a
Octal237236213011546711172
Binary1001111110011110100010110111011001101110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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