Html Css Color HEX #999893 Dawn

📋 copy color: '#999893'

red 153 ◦ green 152 ◦ blue 147

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

Shades of Dawn #999893

Tints of Dawn #999893

RGB

 RED value IS 153 (60.16% from 255) = 33.85%

 GREEN value IS 152 (59.77% from 255) = 33.63%

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

R = 33.85%
G = 33.63%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#999893 (or 0x999893) is known color: Dawn. HEX triplet: 99, 98 and 93. RGB value is (153,152,147). Sum of RGB (Red+Green+Blue) = 153+152+147=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 152 (59.77% from 255 or 33.63% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 153 - color contains mainly: red. Hex color #999893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999893 is #66676C. Grayscale: #979797. Windows color (decimal): -6711149 or 9672857. OLE color: 9672857.

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

Color convert

RGB 153 152 147 -
CMYK 0 0.01 0.04 0.4
HSL 50º 0.03% 0.59% -
HSV(B) 50º 0.04% 0.6% -
XYZ 29.63 31.34 32.09 -
YUV 151.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 153 152 147 0 0.01 0.04 0.4 50 0.03 0.59
Hex 99 98 93 0 1 4 28 32 3 3B
Octal 231 230 223 0 1 4 50 62 3 73
Binary 10011001 10011000 10010011 0 1 100 101000 110010 11 111011

Color Harmonies of #999893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999893

Black with #999893

Text Example


Text Example

White with #999893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999893; }

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

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

background-color css

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

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

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

border-color css

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

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

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