#9F9C91

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

Shades of Dawn #9F9C91

Tints of Dawn #9F9C91

Color information

#9F9C91 (or 0x9F9C91) is unknown color: approx Dawn. HEX triplet: 9F, 9C and 91. RGB value is (159,156,145). Sum of RGB (Red+Green+Blue) = 159+156+145=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9C91 is #60636E. Grayscale: #9B9B9B. Windows color (decimal): -6316911 or 9542815. OLE color: 9542815.

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

Color convert

RGB159156145-
CMYK00.020.090.38
HSL47.14º6.8%59.61%-
HSV(B)47.14º8.81%62.35%-
XYZ31.333.1931.55-
YUV155.64121.99130.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=34.57%
G=33.91%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915614500.020.090.3847.146.859.61
Hex9F9C91029262f73c
Octal23723422102114657774
Binary1001111110011100100100010101001100110101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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