Html Css Color HEX #98978F Dawn

📋 copy color: '#98978F'

red 152 ◦ green 151 ◦ blue 143

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

Shades of Dawn #98978F

Tints of Dawn #98978F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.06%

R = 34.08%
G = 33.86%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98978F (or 0x98978F) is known color: Dawn. HEX triplet: 98, 97 and 8F. RGB value is (152,151,143). Sum of RGB (Red+Green+Blue) = 152+151+143=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 143 (56.25% from 255 or 32.06% from 446); Max value from RGB is 152 - color contains mainly: red. Hex color #98978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98978F is #676870. Grayscale: #969696. Windows color (decimal): -6776945 or 9410456. OLE color: 9410456.

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

Color convert

RGB 152 151 143 -
CMYK 0 0.01 0.06 0.40
HSL 53.33º 0.04% 0.58% -
HSV(B) 53.33º 0.06% 0.6% -
XYZ 28.97 30.79 30.4 -
YUV 150.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 152 151 143 0 0.01 0.06 0.40 53.33 0.04 0.58
Hex 98 97 8F 0 1 6 28 35 4 3A
Octal 230 227 217 0 1 6 50 65 4 72
Binary 10011000 10010111 10001111 0 1 110 101000 110101 100 111010

Color Harmonies of #98978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98978F

Black with #98978F

Text Example


Text Example

White with #98978F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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