#9F9E8A

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

Shades of Dawn #9F9E8A

Tints of Dawn #9F9E8A

Color information

#9F9E8A (or 0x9F9E8A) is unknown color: approx Dawn. HEX triplet: 9F, 9E and 8A. RGB value is (159,158,138). Sum of RGB (Red+Green+Blue) = 159+158+138=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E8A is #606175. Grayscale: #9C9C9C. Windows color (decimal): -6316406 or 9084575. OLE color: 9084575.

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

Color convert

RGB159158138-
CMYK00.010.130.38
HSL57.14º9.86%58.24%-
HSV(B)57.14º13.21%62.35%-
XYZ31.1133.6628.9-
YUV156.02117.83130.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 158 (62.11% from 255) = 34.73%
BLUE value IS 138 (54.30% from 255) = 30.33%
R=34.95%
G=34.73%
B=30.33%

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
Decimal15915813800.010.130.3857.149.8658.24
Hex9F9E8A01D2639a3a
Octal237236212011546711272
Binary1001111110011110100010100111011001101110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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