#98968D

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

Shades of Dawn #98968D

Tints of Dawn #98968D

Color information

#98968D (or 0x98968D) is unknown color: approx Dawn. HEX triplet: 98, 96 and 8D. RGB value is (152,150,141). Sum of RGB (Red+Green+Blue) = 152+150+141=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #98968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98968D is #676972. Grayscale: #959595. Windows color (decimal): -6777203 or 9279128. OLE color: 9279128.

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

Color convert

RGB152150141-
CMYK00.010.070.40
HSL49.09º5.07%57.45%-
HSV(B)49.09º7.24%59.61%-
XYZ28.6630.4129.56-
YUV149.57123.16129.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.31%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=34.31%
G=33.86%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215014100.010.070.4049.095.0757.45
Hex98968D0172831539
Octal2302262150175061571
Binary10011000100101101000110101111101000110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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