Html Css Color HEX #999F8C Delta

📋 copy color: '#999F8C'

red 153 ◦ green 159 ◦ blue 140

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

Shades of Delta #999F8C

Tints of Delta #999F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.18%

 BLUE value IS 140 (55.08% from 255) = 30.97%

R = 33.85%
G = 35.18%
B = 30.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#999F8C (or 0x999F8C) is known color: Delta. HEX triplet: 99, 9F and 8C. RGB value is (153,159,140). Sum of RGB (Red+Green+Blue) = 153+159+140=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #999F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F8C is #666073. Grayscale: #9B9B9B. Windows color (decimal): -6709364 or 9215897. OLE color: 9215897.

HSL color Cylindrical-coordinate representation of color #999F8C: hue angle of 78.95º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #999F8C is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 153 159 140 -
CMYK 0.04 0 0.12 0.38
HSL 78.95º 0.09% 0.59% -
HSV(B) 78.95º 0.12% 0.62% -
XYZ 30.27 33.46 29.67 -
YUV 155.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 153 159 140 0.04 0 0.12 0.38 78.95 0.09 0.59
Hex 99 9F 8C 4 0 C 26 4F 9 3B
Octal 231 237 214 4 0 14 46 117 11 73
Binary 10011001 10011111 10001100 100 0 1100 100110 1001111 1001 111011

Color Harmonies of #999F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999F8C

Black with #999F8C

Text Example


Text Example

White with #999F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999F8C; }

 p { color: rgb(153,159,140); }

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

background-color css

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

 a { background-color: rgb(153,159,140); }

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

border-color css

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

 span { border-color: rgb(153,159,140); }

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