#97958D

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

Shades of Dawn #97958D

Tints of Dawn #97958D

Color information

#97958D (or 0x97958D) is unknown color: approx Dawn. HEX triplet: 97, 95 and 8D. RGB value is (151,149,141). Sum of RGB (Red+Green+Blue) = 151+149+141=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 151 - color contains mainly: red. Hex color #97958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97958D is #686A72. Grayscale: #949494. Windows color (decimal): -6842995 or 9278871. OLE color: 9278871.

HSL color Cylindrical-coordinate representation of color #97958D: hue angle of 48º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #97958D is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151149141-
CMYK00.010.070.41
HSL48º4.59%57.25%-
HSV(B)48º6.62%59.22%-
XYZ28.323029.5-
YUV148.69123.66129.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 149 (58.59% from 255) = 33.79%
BLUE value IS 141 (55.47% from 255) = 31.97%
R=34.24%
G=33.79%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114914100.010.070.41484.5957.25
Hex97958D0172930539
Octal2272252150175160571
Binary10010111100101011000110101111101001110000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97958D; }

 p { color: rgb(151,149,141); }

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

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

 a { background-color: rgb(151,149,141); }

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

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

 span { border-color: rgb(151,149,141); }

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