#9C998E

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

Shades of Dawn #9C998E

Tints of Dawn #9C998E

Color information

#9C998E (or 0x9C998E) is unknown color: approx Dawn. HEX triplet: 9C, 99 and 8E. RGB value is (156,153,142). Sum of RGB (Red+Green+Blue) = 156+153+142=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C998E is #636671. Grayscale: #989898. Windows color (decimal): -6514290 or 9345436. OLE color: 9345436.

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

Color convert

RGB156153142-
CMYK00.020.090.39
HSL47.14º6.6%58.43%-
HSV(B)47.14º8.97%61.18%-
XYZ29.9831.830.15-
YUV152.64121.99130.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 153 (60.16% from 255) = 33.92%
BLUE value IS 142 (55.86% from 255) = 31.49%
R=34.59%
G=33.92%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615314200.020.090.3947.146.658.43
Hex9C998E029272f73a
Octal23423121602114757772
Binary1001110010011001100011100101001100111101111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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