#9C998F

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

Shades of Dawn #9C998F

Tints of Dawn #9C998F

Color information

#9C998F (or 0x9C998F) is unknown color: approx Dawn. HEX triplet: 9C, 99 and 8F. RGB value is (156,153,143). Sum of RGB (Red+Green+Blue) = 156+153+143=452 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.51% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 156 - color contains mainly: red. Hex color #9C998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C998F is #636670. Grayscale: #989898. Windows color (decimal): -6514289 or 9410972. OLE color: 9410972.

HSL color Cylindrical-coordinate representation of color #9C998F: hue angle of 46.15º 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 #9C998F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB156153143-
CMYK00.020.080.39
HSL46.15º6.16%58.63%-
HSV(B)46.15º8.33%61.18%-
XYZ30.0631.8330.55-
YUV152.76122.49130.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.51%
GREEN value IS 153 (60.16% from 255) = 33.85%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=34.51%
G=33.85%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615314300.020.080.3946.156.1658.63
Hex9C998F028272e63b
Octal23423121702104756673
Binary1001110010011001100011110101000100111101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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