#9F9D8A

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

Shades of Dawn #9F9D8A

Tints of Dawn #9F9D8A

Color information

#9F9D8A (or 0x9F9D8A) is unknown color: approx Dawn. HEX triplet: 9F, 9D and 8A. RGB value is (159,157,138). Sum of RGB (Red+Green+Blue) = 159+157+138=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9D8A is #606275. Grayscale: #9B9B9B. Windows color (decimal): -6316662 or 9084319. OLE color: 9084319.

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

Color convert

RGB159157138-
CMYK00.010.130.38
HSL54.29º9.86%58.24%-
HSV(B)54.29º13.21%62.35%-
XYZ30.9433.3228.85-
YUV155.43118.16130.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.02%
GREEN value IS 157 (61.72% from 255) = 34.58%
BLUE value IS 138 (54.30% from 255) = 30.40%
R=35.02%
G=34.58%
B=30.40%

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
Decimal15915713800.010.130.3854.299.8658.24
Hex9F9D8A01D2636a3a
Octal237235212011546661272
Binary1001111110011101100010100111011001101101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,157,138); }

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

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

 a { background-color: rgb(159,157,138); }

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

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

 span { border-color: rgb(159,157,138); }

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