Html Css Color HEX #999890 Dawn

📋 copy color: '#999890'

red 153 ◦ green 152 ◦ blue 144

#999890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn #999890

Tints of Dawn #999890

RGB

 RED value IS 153 (60.16% from 255) = 34.08%

 GREEN value IS 152 (59.77% from 255) = 33.85%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 34.08%
G = 33.85%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#999890 (or 0x999890) is known color: Dawn. HEX triplet: 99, 98 and 90. RGB value is (153,152,144). Sum of RGB (Red+Green+Blue) = 153+152+144=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 153 - color contains mainly: red. Hex color #999890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999890 is #66676F. Grayscale: #979797. Windows color (decimal): -6711152 or 9476249. OLE color: 9476249.

HSL color Cylindrical-coordinate representation of color #999890: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999890 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 152 144 -
CMYK 0 0.01 0.06 0.4
HSL 53.33º 0.04% 0.58% -
HSV(B) 53.33º 0.06% 0.6% -
XYZ 29.4 31.24 30.87 -
YUV 151.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 153 152 144 0 0.01 0.06 0.4 53.33 0.04 0.58
Hex 99 98 90 0 1 6 28 35 4 3A
Octal 231 230 220 0 1 6 50 65 4 72
Binary 10011001 10011000 10010000 0 1 110 101000 110101 100 111010

Color Harmonies of #999890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999890

Black with #999890

Text Example


Text Example

White with #999890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999890; }

 p { color: rgb(153,152,144); }

 H1.HeaderClassName
 {
   color: #999890;
 }
 .AnyTagClassName
 {
   color: #999890;
 }
</style>

background-color css

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

 a { background-color: rgb(153,152,144); }

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

border-color css

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

 span { border-color: rgb(153,152,144); }

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