Html Css Color HEX #999689 Dawn

📋 copy color: '#999689'

red 153 ◦ green 150 ◦ blue 137

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

Shades of Dawn #999689

Tints of Dawn #999689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 34.77%
G = 34.09%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#999689 (or 0x999689) is known color: Dawn. HEX triplet: 99, 96 and 89. RGB value is (153,150,137). Sum of RGB (Red+Green+Blue) = 153+150+137=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 153 - color contains mainly: red. Hex color #999689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999689 is #666976. Grayscale: #959595. Windows color (decimal): -6711671 or 9016985. OLE color: 9016985.

HSL color Cylindrical-coordinate representation of color #999689: hue angle of 48.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #999689 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 137 -
CMYK 0 0.02 0.10 0.4
HSL 48.75º 0.07% 0.57% -
HSV(B) 48.75º 0.1% 0.6% -
XYZ 28.56 30.39 28.03 -
YUV 149.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 153 150 137 0 0.02 0.10 0.4 48.75 0.07 0.57
Hex 99 96 89 0 2 A 28 31 7 39
Octal 231 226 211 0 2 12 50 61 7 71
Binary 10011001 10010110 10001001 0 10 1010 101000 110001 111 111001

Color Harmonies of #999689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999689

Black with #999689

Text Example


Text Example

White with #999689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999689; }

 p { color: rgb(153,150,137); }

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

background-color css

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

 a { background-color: rgb(153,150,137); }

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

border-color css

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

 span { border-color: rgb(153,150,137); }

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