Html Css Color HEX #9D9C97 Dawn

📋 copy color: '#9D9C97'

red 157 ◦ green 156 ◦ blue 151

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

Shades of Dawn #9D9C97

Tints of Dawn #9D9C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.54%

R = 33.84%
G = 33.62%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#9D9C97 (or 0x9D9C97) is known color: Dawn. HEX triplet: 9D, 9C and 97. RGB value is (157,156,151). Sum of RGB (Red+Green+Blue) = 157+156+151=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9C97 is #626368. Grayscale: #9B9B9B. Windows color (decimal): -6447977 or 9936029. OLE color: 9936029.

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

Color convert

RGB 157 156 151 -
CMYK 0 0.01 0.04 0.38
HSL 50º 0.03% 0.6% -
HSV(B) 50º 0.04% 0.62% -
XYZ 31.38 33.18 34.03 -
YUV 155.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 157 156 151 0 0.01 0.04 0.38 50 0.03 0.6
Hex 9D 9C 97 0 1 4 26 32 3 3C
Octal 235 234 227 0 1 4 46 62 3 74
Binary 10011101 10011100 10010111 0 1 100 100110 110010 11 111100

Color Harmonies of #9D9C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9C97

Black with #9D9C97

Text Example


Text Example

White with #9D9C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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