Html Css Color HEX #9E9D97 Dawn

📋 copy color: '#9E9D97'

red 158 ◦ green 157 ◦ blue 151

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

Shades of Dawn #9E9D97

Tints of Dawn #9E9D97

RGB

 RED value IS 158 (62.11% from 255) = 33.91%

 GREEN value IS 157 (61.72% from 255) = 33.69%

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

R = 33.91%
G = 33.69%
B = 32.4%

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

#9E9D97 (or 0x9E9D97) is known color: Dawn. HEX triplet: 9E, 9D and 97. RGB value is (158,157,151). Sum of RGB (Red+Green+Blue) = 158+157+151=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9D97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9D97 is #616268. Grayscale: #9C9C9C. Windows color (decimal): -6382185 or 9936286. OLE color: 9936286.

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

Color convert

RGB 158 157 151 -
CMYK 0 0.01 0.04 0.38
HSL 51.43º 0.03% 0.61% -
HSV(B) 51.43º 0.04% 0.62% -
XYZ 31.74 33.62 34.09 -
YUV 156.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 158 157 151 0 0.01 0.04 0.38 51.43 0.03 0.61
Hex 9E 9D 97 0 1 4 26 33 3 3D
Octal 236 235 227 0 1 4 46 63 3 75
Binary 10011110 10011101 10010111 0 1 100 100110 110011 11 111101

Color Harmonies of #9E9D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E9D97

Black with #9E9D97

Text Example


Text Example

White with #9E9D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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