Html Css Color HEX #989687 Dawn

📋 copy color: '#989687'

red 152 ◦ green 150 ◦ blue 135

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

Shades of Dawn #989687

Tints of Dawn #989687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.32%

 BLUE value IS 135 (53.13% from 255) = 30.89%

R = 34.78%
G = 34.32%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#989687 (or 0x989687) is known color: Dawn. HEX triplet: 98, 96 and 87. RGB value is (152,150,135). Sum of RGB (Red+Green+Blue) = 152+150+135=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #989687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989687 is #676978. Grayscale: #949494. Windows color (decimal): -6777209 or 8885912. OLE color: 8885912.

HSL color Cylindrical-coordinate representation of color #989687: hue angle of 52.94º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #989687 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 135 -
CMYK 0 0.01 0.11 0.40
HSL 52.94º 0.08% 0.56% -
HSV(B) 52.94º 0.11% 0.6% -
XYZ 28.23 30.24 27.27 -
YUV 148.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 152 150 135 0 0.01 0.11 0.40 52.94 0.08 0.56
Hex 98 96 87 0 1 B 28 35 8 38
Octal 230 226 207 0 1 13 50 65 10 70
Binary 10011000 10010110 10000111 0 1 1011 101000 110101 1000 111000

Color Harmonies of #989687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989687

Black with #989687

Text Example


Text Example

White with #989687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989687; }

 p { color: rgb(152,150,135); }

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

background-color css

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

 a { background-color: rgb(152,150,135); }

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

border-color css

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

 span { border-color: rgb(152,150,135); }

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