#989688

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

Shades of Dawn #989688

Tints of Dawn #989688

Color information

#989688 (or 0x989688) is unknown color: approx Dawn. HEX triplet: 98, 96 and 88. RGB value is (152,150,136). Sum of RGB (Red+Green+Blue) = 152+150+136=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #989688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989688 is #676977. Grayscale: #959595. Windows color (decimal): -6777208 or 8951448. OLE color: 8951448.

HSL color Cylindrical-coordinate representation of color #989688: hue angle of 52.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989688 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB152150136-
CMYK00.010.110.40
HSL52.5º7.21%56.47%-
HSV(B)52.5º10.53%59.61%-
XYZ28.330.2727.64-
YUV149120.66130.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.70%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=34.70%
G=34.25%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215013600.010.110.4052.57.2156.47
Hex98968801B2835738
Octal23022621001135065770
Binary100110001001011010001000011011101000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #989688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #989688; }

 p { color: rgb(152,150,136); }

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

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

 a { background-color: rgb(152,150,136); }

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

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

 span { border-color: rgb(152,150,136); }

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