Html Css Color HEX #9D9C8F Dawn

📋 copy color: '#9D9C8F'

red 157 ◦ green 156 ◦ blue 143

#9D9C8F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn #9D9C8F

Tints of Dawn #9D9C8F

RGB

 RED value IS 157 (61.72% from 255) = 34.43%

 GREEN value IS 156 (61.33% from 255) = 34.21%

 BLUE value IS 143 (56.25% from 255) = 31.36%

R = 34.43%
G = 34.21%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#9D9C8F (or 0x9D9C8F) is known color: Dawn. HEX triplet: 9D, 9C and 8F. RGB value is (157,156,143). Sum of RGB (Red+Green+Blue) = 157+156+143=456 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.43% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9C8F is #626370. Grayscale: #9A9A9A. Windows color (decimal): -6447985 or 9411741. OLE color: 9411741.

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

Color convert

RGB 157 156 143 -
CMYK 0 0.01 0.09 0.38
HSL 55.71º 0.07% 0.59% -
HSV(B) 55.71º 0.09% 0.62% -
XYZ 30.75 32.93 30.72 -
YUV 154.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 157 156 143 0 0.01 0.09 0.38 55.71 0.07 0.59
Hex 9D 9C 8F 0 1 9 26 38 7 3B
Octal 235 234 217 0 1 11 46 70 7 73
Binary 10011101 10011100 10001111 0 1 1001 100110 111000 111 111011

Color Harmonies of #9D9C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9C8F

Black with #9D9C8F

Text Example


Text Example

White with #9D9C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,156,143); }

 H1.HeaderClassName
 {
   color: #9D9C8F;
 }
 .AnyTagClassName
 {
   color: #9D9C8F;
 }
</style>

background-color css

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

 a { background-color: rgb(157,156,143); }

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

border-color css

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

 span { border-color: rgb(157,156,143); }

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