Html Css Color HEX #989688 Dawn

📋 copy color: '#989688'

red 152 ◦ green 150 ◦ blue 136

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

Shades of Dawn #989688

Tints of Dawn #989688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 34.7%
G = 34.25%
B = 31.05%

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

#989688 (or 0x989688) is known color: Dawn. HEX triplet: 98, 96 and 88. RGB value is (152,150,136). Sum of RGB (Red+Green+Blue) = 152+150+136=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 152 - color contains mainly: red. Hex color #989688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989688 is #676977. Grayscale: #959595. Windows color (decimal): -6777208 or 8951448. OLE color: 8951448.

HSL color Cylindrical-coordinate representation of color #989688: hue angle of 52.5º degrees, saturation: 0.07, 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 #989688 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 136 -
CMYK 0 0.01 0.11 0.40
HSL 52.5º 0.07% 0.56% -
HSV(B) 52.5º 0.11% 0.6% -
XYZ 28.3 30.27 27.64 -
YUV 149 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 152 150 136 0 0.01 0.11 0.40 52.5 0.07 0.56
Hex 98 96 88 0 1 B 28 34 7 38
Octal 230 226 210 0 1 13 50 64 7 70
Binary 10011000 10010110 10001000 0 1 1011 101000 110100 111 111000

Color Harmonies of #989688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989688

Black with #989688

Text Example


Text Example

White with #989688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989688; }

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

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

background-color css

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

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

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

border-color css

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

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

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