#97958A

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

Shades of Dawn #97958A

Tints of Dawn #97958A

Color information

#97958A (or 0x97958A) is unknown color: approx Dawn. HEX triplet: 97, 95 and 8A. RGB value is (151,149,138). Sum of RGB (Red+Green+Blue) = 151+149+138=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 151 - color contains mainly: red. Hex color #97958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97958A is #686A75. Grayscale: #949494. Windows color (decimal): -6842998 or 9082263. OLE color: 9082263.

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

Color convert

RGB151149138-
CMYK00.010.090.41
HSL50.77º5.88%56.67%-
HSV(B)50.77º8.61%59.22%-
XYZ28.129.9128.34-
YUV148.34122.16129.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.47%
GREEN value IS 149 (58.59% from 255) = 34.02%
BLUE value IS 138 (54.30% from 255) = 31.51%
R=34.47%
G=34.02%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114913800.010.090.4150.775.8856.67
Hex97958A0192933639
Octal22722521201115163671
Binary100101111001010110001010011001101001110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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