#9D9A87

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

Shades of Dawn #9D9A87

Tints of Dawn #9D9A87

Color information

#9D9A87 (or 0x9D9A87) is unknown color: approx Dawn. HEX triplet: 9D, 9A and 87. RGB value is (157,154,135). Sum of RGB (Red+Green+Blue) = 157+154+135=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9A87 is #626578. Grayscale: #989898. Windows color (decimal): -6448505 or 8886941. OLE color: 8886941.

HSL color Cylindrical-coordinate representation of color #9D9A87: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D9A87 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB157154135-
CMYK00.020.140.38
HSL51.82º10.09%57.25%-
HSV(B)51.82º14.01%61.57%-
XYZ29.8332.0327.53-
YUV152.73117.99131.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 154 (60.55% from 255) = 34.53%
BLUE value IS 135 (53.12% from 255) = 30.27%
R=35.20%
G=34.53%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715413500.020.140.3851.8210.0957.25
Hex9D9A8702E2634a39
Octal235232207021646641271
Binary10011101100110101000011101011101001101101001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,154,135); }

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

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

 a { background-color: rgb(157,154,135); }

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

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

 span { border-color: rgb(157,154,135); }

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