#9C9A8F

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

Shades of Dawn #9C9A8F

Tints of Dawn #9C9A8F

Color information

#9C9A8F (or 0x9C9A8F) is unknown color: approx Dawn. HEX triplet: 9C, 9A and 8F. RGB value is (156,154,143). Sum of RGB (Red+Green+Blue) = 156+154+143=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A8F is #636570. Grayscale: #999999. Windows color (decimal): -6514033 or 9411228. OLE color: 9411228.

HSL color Cylindrical-coordinate representation of color #9C9A8F: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C9A8F is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156154143-
CMYK00.010.080.39
HSL50.77º6.16%58.63%-
HSV(B)50.77º8.33%61.18%-
XYZ30.2232.1630.6-
YUV153.34122.16129.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 143 (56.25% from 255) = 31.57%
R=34.44%
G=34.00%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615414300.010.080.3950.776.1658.63
Hex9C9A8F018273363b
Octal23423221701104763673
Binary100111001001101010001111011000100111110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,154,143); }

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

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

 a { background-color: rgb(156,154,143); }

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

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

 span { border-color: rgb(156,154,143); }

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