#9D9A8B

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

Shades of Dawn #9D9A8B

Tints of Dawn #9D9A8B

Color information

#9D9A8B (or 0x9D9A8B) is unknown color: approx Dawn. HEX triplet: 9D, 9A and 8B. RGB value is (157,154,139). Sum of RGB (Red+Green+Blue) = 157+154+139=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9A8B is #626574. Grayscale: #999999. Windows color (decimal): -6448501 or 9149085. OLE color: 9149085.

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

Color convert

RGB157154139-
CMYK00.020.110.38
HSL50º8.41%58.04%-
HSV(B)50º11.46%61.57%-
XYZ30.1232.1429.04-
YUV153.19119.99130.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 154 (60.55% from 255) = 34.22%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=34.89%
G=34.22%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715413900.020.110.38508.4158.04
Hex9D9A8B02B263283a
Octal235232213021346621072
Binary10011101100110101000101101010111001101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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