#9F9B8D

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

Shades of Dawn #9F9B8D

Tints of Dawn #9F9B8D

Color information

#9F9B8D (or 0x9F9B8D) is unknown color: approx Dawn. HEX triplet: 9F, 9B and 8D. RGB value is (159,155,141). Sum of RGB (Red+Green+Blue) = 159+155+141=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9B8D is #606472. Grayscale: #9A9A9A. Windows color (decimal): -6317171 or 9280415. OLE color: 9280415.

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

Color convert

RGB159155141-
CMYK00.030.110.38
HSL46.67º8.57%58.82%-
HSV(B)46.67º11.32%62.35%-
XYZ30.8332.7429.89-
YUV154.6120.33131.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 141 (55.47% from 255) = 30.99%
R=34.95%
G=34.07%
B=30.99%

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
Decimal15915514100.030.110.3846.678.5758.82
Hex9F9B8D03B262f93b
Octal237233215031346571173
Binary10011111100110111000110101110111001101011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,155,141); }

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

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

 a { background-color: rgb(159,155,141); }

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

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

 span { border-color: rgb(159,155,141); }

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