#9C9988

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

Shades of Dawn #9C9988

Tints of Dawn #9C9988

Color information

#9C9988 (or 0x9C9988) is unknown color: approx Dawn. HEX triplet: 9C, 99 and 88. RGB value is (156,153,136). Sum of RGB (Red+Green+Blue) = 156+153+136=445 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.06% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9988 is #636677. Grayscale: #989898. Windows color (decimal): -6514296 or 8952220. OLE color: 8952220.

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

Color convert

RGB156153136-
CMYK00.020.130.39
HSL51º9.17%57.25%-
HSV(B)51º12.82%61.18%-
XYZ29.5531.6327.84-
YUV151.96118.99130.88-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.06%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 136 (53.52% from 255) = 30.56%
R=35.06%
G=34.38%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615313600.020.130.39519.1757.25
Hex9C998802D2733939
Octal234231210021547631171
Binary10011100100110011000100001011011001111100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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