#999C8F

Color #999C8F Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #999C8F

Tints of Delta #999C8F

Color information

#999C8F (or 0x999C8F) is unknown color: approx Delta. HEX triplet: 99, 9C and 8F. RGB value is (153,156,143). Sum of RGB (Red+Green+Blue) = 153+156+143=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 156 - color contains mainly: green. Hex color #999C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C8F is #666370. Grayscale: #999999. Windows color (decimal): -6710129 or 9411737. OLE color: 9411737.

HSL color Cylindrical-coordinate representation of color #999C8F: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #999C8F is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB153156143-
CMYK0.0200.080.39
HSL73.85º6.16%58.63%-
HSV(B)73.85º8.33%61.18%-
XYZ29.9832.5330.69-
YUV153.62122.01127.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 156 (61.33% from 255) = 34.51%
BLUE value IS 143 (56.25% from 255) = 31.64%
R=33.85%
G=34.51%
B=31.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561430.0200.080.3973.856.1658.63
Hex999C8F208274a63b
Octal231234217201047112673
Binary10011001100111001000111110010001001111001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,156,143); }

 H1.HeaderClassName
 {
   color: #999C8F;
 }
 .AnyTagClassName
 {
   color: #999C8F;
 }
</style>
background-color css

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

 a { background-color: rgb(153,156,143); }

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

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

 span { border-color: rgb(153,156,143); }

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