#979691

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

Shades of Dawn #979691

Tints of Dawn #979691

Color information

#979691 (or 0x979691) is unknown color: approx Dawn. HEX triplet: 97, 96 and 91. RGB value is (151,150,145). Sum of RGB (Red+Green+Blue) = 151+150+145=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 151 - color contains mainly: red. Hex color #979691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979691 is #68696E. Grayscale: #959595. Windows color (decimal): -6842735 or 9541271. OLE color: 9541271.

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

Color convert

RGB151150145-
CMYK00.010.040.41
HSL50º2.8%58.04%-
HSV(B)50º3.97%59.22%-
XYZ28.7830.4431.15-
YUV149.73125.33128.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 145 (57.03% from 255) = 32.51%
R=33.86%
G=33.63%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15115014500.010.040.41502.858.04
Hex979691014293233a
Octal2272262210145162372
Binary1001011110010110100100010110010100111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979691; }

 p { color: rgb(151,150,145); }

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

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

 a { background-color: rgb(151,150,145); }

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

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

 span { border-color: rgb(151,150,145); }

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