Html Css Color HEX #98978C Dawn

📋 copy color: '#98978C'

red 152 ◦ green 151 ◦ blue 140

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

Shades of Dawn #98978C

Tints of Dawn #98978C

RGB

 RED value IS 152 (59.77% from 255) = 34.31%

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

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

R = 34.31%
G = 34.09%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98978C (or 0x98978C) is known color: Dawn. HEX triplet: 98, 97 and 8C. RGB value is (152,151,140). Sum of RGB (Red+Green+Blue) = 152+151+140=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 151 (59.38% from 255 or 34.09% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 152 - color contains mainly: red. Hex color #98978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98978C is #676873. Grayscale: #969696. Windows color (decimal): -6776948 or 9213848. OLE color: 9213848.

HSL color Cylindrical-coordinate representation of color #98978C: hue angle of 55º 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 #98978C is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 151 140 -
CMYK 0 0.01 0.08 0.40
HSL 55º 0.06% 0.57% -
HSV(B) 55º 0.08% 0.6% -
XYZ 28.75 30.7 29.22 -
YUV 150.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 152 151 140 0 0.01 0.08 0.40 55 0.06 0.57
Hex 98 97 8C 0 1 8 28 37 6 39
Octal 230 227 214 0 1 10 50 67 6 71
Binary 10011000 10010111 10001100 0 1 1000 101000 110111 110 111001

Color Harmonies of #98978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98978C

Black with #98978C

Text Example


Text Example

White with #98978C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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