#9D9A8E

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

Shades of Dawn #9D9A8E

Tints of Dawn #9D9A8E

Color information

#9D9A8E (or 0x9D9A8E) is unknown color: approx Dawn. HEX triplet: 9D, 9A and 8E. RGB value is (157,154,142). Sum of RGB (Red+Green+Blue) = 157+154+142=453 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.66% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9A8E is #626571. Grayscale: #999999. Windows color (decimal): -6448498 or 9345693. OLE color: 9345693.

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

Color convert

RGB157154142-
CMYK00.020.100.38
HSL48º7.11%58.63%-
HSV(B)48º9.55%61.57%-
XYZ30.3432.2330.21-
YUV153.53121.49130.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.66%
GREEN value IS 154 (60.55% from 255) = 34.00%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=34.66%
G=34.00%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15715414200.020.100.38487.1158.63
Hex9D9A8E02A263073b
Octal23523221602124660773
Binary1001110110011010100011100101010100110110000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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