#9C998D

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

Shades of Dawn #9C998D

Tints of Dawn #9C998D

Color information

#9C998D (or 0x9C998D) is unknown color: approx Dawn. HEX triplet: 9C, 99 and 8D. RGB value is (156,153,141). Sum of RGB (Red+Green+Blue) = 156+153+141=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 156 - color contains mainly: red. Hex color #9C998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C998D is #636672. Grayscale: #989898. Windows color (decimal): -6514291 or 9279900. OLE color: 9279900.

HSL color Cylindrical-coordinate representation of color #9C998D: hue angle of 48º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C998D is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB156153141-
CMYK00.020.100.39
HSL48º7.04%58.24%-
HSV(B)48º9.62%61.18%-
XYZ29.9131.7729.76-
YUV152.53121.49130.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 141 (55.47% from 255) = 31.33%
R=34.67%
G=34%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615314100.020.100.39487.0458.24
Hex9C998D02A273073a
Octal23423121502124760772
Binary1001110010011001100011010101010100111110000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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