#9C9B95

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

Shades of Dawn #9C9B95

Tints of Dawn #9C9B95

Color information

#9C9B95 (or 0x9C9B95) is unknown color: approx Dawn. HEX triplet: 9C, 9B and 95. RGB value is (156,155,149). Sum of RGB (Red+Green+Blue) = 156+155+149=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B95 is #63646A. Grayscale: #9A9A9A. Windows color (decimal): -6513771 or 9804700. OLE color: 9804700.

HSL color Cylindrical-coordinate representation of color #9C9B95: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9C9B95 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB156155149-
CMYK00.010.040.39
HSL51.43º3.41%59.8%-
HSV(B)51.43º4.49%61.18%-
XYZ30.8632.6833.12-
YUV154.61124.83128.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 155 (60.94% from 255) = 33.70%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=33.91%
G=33.70%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15615514900.010.040.3951.433.4159.8
Hex9C9B95014273333c
Octal2342332250144763374
Binary1001110010011011100101010110010011111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C9B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,155,149); }

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

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

 a { background-color: rgb(156,155,149); }

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

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

 span { border-color: rgb(156,155,149); }

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