#98968A

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

Shades of Dawn #98968A

Tints of Dawn #98968A

Color information

#98968A (or 0x98968A) is unknown color: approx Dawn. HEX triplet: 98, 96 and 8A. RGB value is (152,150,138). Sum of RGB (Red+Green+Blue) = 152+150+138=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 152 - color contains mainly: red. Hex color #98968A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98968A is #676975. Grayscale: #959595. Windows color (decimal): -6777206 or 9082520. OLE color: 9082520.

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

Color convert

RGB152150138-
CMYK00.010.090.40
HSL51.43º6.36%56.86%-
HSV(B)51.43º9.21%59.61%-
XYZ28.4430.3228.4-
YUV149.23121.66129.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.55%
GREEN value IS 150 (58.98% from 255) = 34.09%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=34.55%
G=34.09%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15215013800.010.090.4051.436.3656.86
Hex98968A0192833639
Octal23022621201115063671
Binary100110001001011010001010011001101000110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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