#9C9A8D

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

Shades of Dawn #9C9A8D

Tints of Dawn #9C9A8D

Color information

#9C9A8D (or 0x9C9A8D) is unknown color: approx Dawn. HEX triplet: 9C, 9A and 8D. RGB value is (156,154,141). Sum of RGB (Red+Green+Blue) = 156+154+141=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 154 (60.55% from 255 or 34.15% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A8D is #636572. Grayscale: #999999. Windows color (decimal): -6514035 or 9280156. OLE color: 9280156.

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

Color convert

RGB156154141-
CMYK00.010.100.39
HSL52º7.04%58.24%-
HSV(B)52º9.62%61.18%-
XYZ30.0732.129.81-
YUV153.12121.16130.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 154 (60.55% from 255) = 34.15%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=34.59%
G=34.15%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615414100.010.100.39527.0458.24
Hex9C9A8D01A273473a
Octal23423221501124764772
Binary100111001001101010001101011010100111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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