#999F94

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

Shades of Delta #999F94

Tints of Delta #999F94

Color information

#999F94 (or 0x999F94) is unknown color: approx Delta. HEX triplet: 99, 9F and 94. RGB value is (153,159,148). Sum of RGB (Red+Green+Blue) = 153+159+148=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 159 - color contains mainly: green. Hex color #999F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999F94 is #66606B. Grayscale: #9B9B9B. Windows color (decimal): -6709356 or 9740185. OLE color: 9740185.

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

Color convert

RGB153159148-
CMYK0.0400.070.38
HSL92.73º5.42%60.2%-
HSV(B)92.73º6.92%62.35%-
XYZ30.8833.7132.9-
YUV155.95123.51125.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 159 (62.5% from 255) = 34.57%
BLUE value IS 148 (58.20% from 255) = 32.17%
R=33.26%
G=34.57%
B=32.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1531591480.0400.070.3892.735.4260.2
Hex999F94407265d53c
Octal23123722440746135574
Binary10011001100111111001010010001111001101011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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