#9C9990

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

Shades of Dawn #9C9990

Tints of Dawn #9C9990

Color information

#9C9990 (or 0x9C9990) is unknown color: approx Dawn. HEX triplet: 9C, 99 and 90. RGB value is (156,153,144). Sum of RGB (Red+Green+Blue) = 156+153+144=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 144 (56.64% from 255 or 31.79% from 453); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9990 is #63666F. Grayscale: #989898. Windows color (decimal): -6514288 or 9476508. OLE color: 9476508.

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

Color convert

RGB156153144-
CMYK00.020.080.39
HSL45º5.71%58.82%-
HSV(B)45º7.69%61.18%-
XYZ30.1431.8630.95-
YUV152.87122.99130.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.44%
GREEN value IS 153 (60.16% from 255) = 33.77%
BLUE value IS 144 (56.64% from 255) = 31.79%
R=34.44%
G=33.77%
B=31.79%

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
Decimal15615314400.020.080.39455.7158.82
Hex9C9990028272d63b
Octal23423122002104755673
Binary1001110010011001100100000101000100111101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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