Html Css Color HEX #99978C Dawn

📋 copy color: '#99978C'

red 153 ◦ green 151 ◦ blue 140

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

Shades of Dawn #99978C

Tints of Dawn #99978C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.53%

R = 34.46%
G = 34.01%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#99978C (or 0x99978C) is known color: Dawn. HEX triplet: 99, 97 and 8C. RGB value is (153,151,140). Sum of RGB (Red+Green+Blue) = 153+151+140=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 151 (59.38% from 255 or 34.01% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 153 - color contains mainly: red. Hex color #99978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99978C is #666873. Grayscale: #969696. Windows color (decimal): -6711412 or 9213849. OLE color: 9213849.

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

Color convert

RGB 153 151 140 -
CMYK 0 0.01 0.08 0.4
HSL 50.77º 0.06% 0.57% -
HSV(B) 50.77º 0.08% 0.6% -
XYZ 28.94 30.8 29.23 -
YUV 150.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 153 151 140 0 0.01 0.08 0.4 50.77 0.06 0.57
Hex 99 97 8C 0 1 8 28 33 6 39
Octal 231 227 214 0 1 10 50 63 6 71
Binary 10011001 10010111 10001100 0 1 1000 101000 110011 110 111001

Color Harmonies of #99978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99978C

Black with #99978C

Text Example


Text Example

White with #99978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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