#98968C

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

Shades of Dawn #98968C

Tints of Dawn #98968C

Color information

#98968C (or 0x98968C) is unknown color: approx Dawn. HEX triplet: 98, 96 and 8C. RGB value is (152,150,140). Sum of RGB (Red+Green+Blue) = 152+150+140=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 152 - color contains mainly: red. Hex color #98968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98968C is #676973. Grayscale: #959595. Windows color (decimal): -6777204 or 9213592. OLE color: 9213592.

HSL color Cylindrical-coordinate representation of color #98968C: hue angle of 50º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #98968C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB152150140-
CMYK00.010.080.40
HSL50º5.5%57.25%-
HSV(B)50º7.89%59.61%-
XYZ28.5930.3829.17-
YUV149.46122.66129.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 150 (58.98% from 255) = 33.94%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=34.39%
G=33.94%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215014000.010.080.40505.557.25
Hex98968C0182832639
Octal23022621401105062671
Binary100110001001011010001100011000101000110010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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