Html Css Color HEX #989793 Dawn

📋 copy color: '#989793'

red 152 ◦ green 151 ◦ blue 147

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

Shades of Dawn #989793

Tints of Dawn #989793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 33.78%
G = 33.56%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#989793 (or 0x989793) is known color: Dawn. HEX triplet: 98, 97 and 93. RGB value is (152,151,147). Sum of RGB (Red+Green+Blue) = 152+151+147=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 152 - color contains mainly: red. Hex color #989793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989793 is #67686C. Grayscale: #969696. Windows color (decimal): -6776941 or 9672600. OLE color: 9672600.

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

Color convert

RGB 152 151 147 -
CMYK 0 0.01 0.03 0.40
HSL 48º 0.02% 0.59% -
HSV(B) 48º 0.03% 0.6% -
XYZ 29.28 30.92 32.03 -
YUV 150.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 152 151 147 0 0.01 0.03 0.40 48 0.02 0.59
Hex 98 97 93 0 1 3 28 30 2 3B
Octal 230 227 223 0 1 3 50 60 2 73
Binary 10011000 10010111 10010011 0 1 11 101000 110000 10 111011

Color Harmonies of #989793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989793

Black with #989793

Text Example


Text Example

White with #989793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989793; }

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

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

background-color css

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

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

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

border-color css

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

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

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