#97968C

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

Shades of Dawn #97968C

Tints of Dawn #97968C

Color information

#97968C (or 0x97968C) is unknown color: approx Dawn. HEX triplet: 97, 96 and 8C. RGB value is (151,150,140). Sum of RGB (Red+Green+Blue) = 151+150+140=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 151 - color contains mainly: red. Hex color #97968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97968C is #686973. Grayscale: #959595. Windows color (decimal): -6842740 or 9213591. OLE color: 9213591.

HSL color Cylindrical-coordinate representation of color #97968C: hue angle of 54.55º 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 #97968C is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151150140-
CMYK00.010.070.41
HSL54.55º5.02%57.06%-
HSV(B)54.55º7.28%59.22%-
XYZ28.430.2929.16-
YUV149.16122.83129.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 150 (58.98% from 255) = 34.01%
BLUE value IS 140 (55.08% from 255) = 31.75%
R=34.24%
G=34.01%
B=31.75%

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
Decimal15115014000.010.070.4154.555.0257.06
Hex97968C0172937539
Octal2272262140175167571
Binary10010111100101101000110001111101001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97968C; }

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

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

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

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

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

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

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

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