Html Css Color HEX #999790 Dawn

📋 copy color: '#999790'

red 153 ◦ green 151 ◦ blue 144

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

Shades of Dawn #999790

Tints of Dawn #999790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.71%

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

R = 34.15%
G = 33.71%
B = 32.14%

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

#999790 (or 0x999790) is known color: Dawn. HEX triplet: 99, 97 and 90. RGB value is (153,151,144). Sum of RGB (Red+Green+Blue) = 153+151+144=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 153 - color contains mainly: red. Hex color #999790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999790 is #66686F. Grayscale: #969696. Windows color (decimal): -6711408 or 9475993. OLE color: 9475993.

HSL color Cylindrical-coordinate representation of color #999790: hue angle of 46.67º 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 #999790 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 144 -
CMYK 0 0.01 0.06 0.4
HSL 46.67º 0.04% 0.58% -
HSV(B) 46.67º 0.06% 0.6% -
XYZ 29.24 30.92 30.81 -
YUV 150.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 153 151 144 0 0.01 0.06 0.4 46.67 0.04 0.58
Hex 99 97 90 0 1 6 28 2F 4 3A
Octal 231 227 220 0 1 6 50 57 4 72
Binary 10011001 10010111 10010000 0 1 110 101000 101111 100 111010

Color Harmonies of #999790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999790

Black with #999790

Text Example


Text Example

White with #999790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999790; }

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

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

background-color css

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

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

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

border-color css

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

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

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