Html Css Color HEX #999791 Dawn

📋 copy color: '#999791'

red 153 ◦ green 151 ◦ blue 145

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

Shades of Dawn #999791

Tints of Dawn #999791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.29%

R = 34.08%
G = 33.63%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#999791 (or 0x999791) is known color: Dawn. HEX triplet: 99, 97 and 91. RGB value is (153,151,145). Sum of RGB (Red+Green+Blue) = 153+151+145=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 145 (57.03% from 255 or 32.29% from 449); Max value from RGB is 153 - color contains mainly: red. Hex color #999791 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999791 is #66686E. Grayscale: #969696. Windows color (decimal): -6711407 or 9541529. OLE color: 9541529.

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

Color convert

RGB 153 151 145 -
CMYK 0 0.01 0.05 0.4
HSL 45º 0.04% 0.58% -
HSV(B) 45º 0.05% 0.6% -
XYZ 29.31 30.95 31.22 -
YUV 150.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 153 151 145 0 0.01 0.05 0.4 45 0.04 0.58
Hex 99 97 91 0 1 5 28 2D 4 3A
Octal 231 227 221 0 1 5 50 55 4 72
Binary 10011001 10010111 10010001 0 1 101 101000 101101 100 111010

Color Harmonies of #999791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999791

Black with #999791

Text Example


Text Example

White with #999791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999791; }

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

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

background-color css

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

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

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

border-color css

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

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

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